Bases: astropy.modeling.Model
Multiply a model by a factor.
| Parameters: | factors : float or a list of floats
|
|---|
Attributes Summary
| factors | |
| linear | bool(x) -> bool |
| param_names | list() -> new empty list |
Methods Summary
| __call__(*inputs, **kwargs) | Transforms data using this model. |
| inverse() |
Attributes Documentation
Methods Documentation
Transforms data using this model.
| Parameters: | x : array like or a number
|
|---|