Fittable1DModel¶
-
class
astropy.modeling.Fittable1DModel[source] [edit on github]¶ Bases:
astropy.modeling.FittableModelBase 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
inputsoutputsMethods Summary
__call__(x[, model_set_axis])Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. Attributes Documentation
-
inputs= (u'x',)¶
-
outputs= (u'y',)¶
Methods Documentation
-
__call__(x, model_set_axis=None) [edit on github]¶ Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
-