Interface FitResult

Result of fitting a model, returned by the result method on Simplex after initialisation with wodinFit.

Hierarchy

  • Result
    • FitResult

Properties

Properties

data: { endTime: number; names: string[]; pars: UserType; solution: InterpolatedSolution; startTime: number }

Type declaration

  • endTime: number

    The end time of the integration

  • names: string[]

    The names of all traces returned by the model

  • pars: UserType

    The full model parameters, as an object mapping strings to UserValue (i.e., suitable to pass back into an OdinModelConstructable object or wodinRun)

  • solution: InterpolatedSolution

    The solution of all series; an interpolating function as as would be returned by wodinRun

  • startTime: number

    The start time of the integration

value: number

The sum of squares for this set of parameters

Generated using TypeDoc