Bases: astropy.modeling.Fittable1DModel
One dimensional Trapezoid model.
| Parameters: | amplitude : float
x_0 : float
width : float
slope : float
|
|---|---|
| Other Parameters: | |
fixed : a dict
tied : dict
bounds : dict eqcons : list
ineqcons : list
|
|
See also
Attributes Summary
| amplitude | |
| param_names | |
| slope | |
| width | |
| x_0 |
Methods Summary
| evaluate(x, amplitude, x_0, width, slope) | One dimensional Trapezoid model function |
Attributes Documentation
Methods Documentation
One dimensional Trapezoid model function