Bases: astropy.modeling.Fittable1DModel
One dimensional Lorentzian model.
| Parameters: | amplitude : float
x_0 : float
fwhm : float
|
|---|---|
| Other Parameters: | |
fixed : a dict
tied : dict
bounds : dict eqcons : list
ineqcons : list
|
|
See also
Notes
Model formula:

Attributes Summary
| amplitude | |
| fwhm | |
| param_names | |
| x_0 |
Methods Summary
| evaluate(x, amplitude, x_0, fwhm) | One dimensional Lorentzian model function |
| fit_deriv(x, amplitude, x_0, fwhm) | One dimensional Lorentzian model derivative with respect to parameters |
Attributes Documentation
Methods Documentation
One dimensional Lorentzian model function
One dimensional Lorentzian model derivative with respect to parameters