Bases: astropy.modeling.Model
Base class for models that can be fitted using the built-in fitting algorithms.
Attributes Summary
col_fit_deriv | bool(x) -> bool |
fit_deriv | |
fittable | bool(x) -> bool |
input_names | list() -> new empty list |
linear | bool(x) -> bool |
Attributes Documentation
Function (similar to the model’s eval) to compute the derivatives of the model with respect to its parameters, for use by fitting algorithms.