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 | 
| n_inputs | int(x=0) -> int or long | 
| n_outputs | int(x=0) -> int or long | 
Methods Summary
| __call__(x, y[, model_set_axis]) | Transforms data using this model. | 
Attributes Documentation
Methods Documentation
Transforms data using this model.
| Parameters: | x : array-like or numeric value 
 y : array-like or numeric value 
 model_set_axis : int or False, optional | 
|---|