Interface FitPars

Interface to control parameters of a fit. A model will have some number of parameters but only some change. We also need to provide starting points for the fit.

Hierarchy

  • FitPars

Properties

Properties

base: UserType

Base parameters; used as starting points for those that change (within vary) and fixed values for those that don't change

vary: string[]

Array of names of parameters that should be optimised during the fitting process. All values in vary must be present as keys in base.

Generated using TypeDoc