Bases: astropy.modeling.Model
Multiply a model by a factor.
| Parameters: | factor : float
|
|---|
Attributes Summary
| factor | |
| inputs | |
| inverse | |
| linear | |
| outputs | |
| param_names |
Methods 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. |
| evaluate(x, factor) |
Attributes Documentation
Methods Documentation
Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.