Bases: astropy.modeling.Fittable1DModel
One dimensional power law model with an exponential cutoff.
| Parameters: | amplitude : float 
 x_0 : float 
 alpha : float 
 x_cutoff : float 
 | 
|---|
See also
Notes
Model formula (with  for amplitude and
 for amplitude and  for alpha):
 for alpha):
Attributes Summary
| alpha | |
| amplitude | |
| input_names | list() -> new empty list | 
| param_names | list() -> new empty list | 
| x_0 | |
| x_cutoff | 
Methods Summary
| eval(*args, **kwargs) | Deprecated since version 1.0. | 
| evaluate(x, amplitude, x_0, alpha, x_cutoff) | One dimensional exponential cutoff power law model function | 
| fit_deriv(x, amplitude, x_0, alpha, x_cutoff) | One dimensional exponential cutoff power law derivative with respect to parameters | 
Attributes Documentation
Methods Documentation
Deprecated since version 1.0: The eval method is deprecated and may be removed in a future version. Use ExponentialCutoffPowerLaw1D.evaluate instead.
One dimensional exponential cutoff power law model function
One dimensional exponential cutoff power law model function
One dimensional exponential cutoff power law derivative with respect to parameters