Base parameters; used as starting points for those that change
(within vary
) and fixed values for those that don't change
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
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.