| Home | Trees | Indices | Help |
|
|---|
|
|
Container for theory and data.
The fit object compares theory with data.
TODO: what to do with fittable metadata (e.g., footprint correction)? TODO: what results are returned to the application for plotting?
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
data = None
|
|
model = None
|
|
| Properties | |
|
parameterset Fittable parameters |
|
|
derivs Parameters with analytic derivatives |
|
|
Inherited from |
|
| Method Details |
|
park.data.Data1D.residuals for details.
|
park.data.Data1D.residuals_deriv for details.
|
Set parameters in the model.
User convenience function. This allows a user with an assembly
of models in a script to for example set the fit range for
parameter 'a' of the model::
assembly[0].set(a=[5,6])
Raises KeyError if the parameter is not in parameterset.
|
| Property Details |
parametersetFittable parameters
|
derivsParameters with analytic derivatives
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:04:06 2009 | http://epydoc.sourceforge.net |