Bases: astropy.modeling.FittableModel
Base class for one-dimensional fittable models.
This class provides an easier interface to defining new models. Examples can be found in astropy.modeling.functional_models.
Attributes Summary
input_names | list() -> new empty list |
Methods Summary
__call__(x[, model_set_axis]) | Transforms data using this model. |
Attributes Documentation
Methods Documentation
Transforms data using this model.
Parameters: | x : array-like or numeric value
model_set_axis : int or False, optional |
---|