Bases: astropy.modeling.fitting.Fitter
A class performing a linear least square fitting.
Uses numpy.linalg.lstsq to do the fitting. Given a model and data, fits the model to the data and changes the model’s parameters. Keeps a dictionary of auxiliary fitting information.
Parameters : | model : an instance of ParametricModel |
---|---|
Raises : | ModelLinearityError :
|
Attributes Summary
supported_constraints | list() -> new empty list |
Attributes Documentation