Bases: astropy.modeling.Fittable1DModel
One dimensional log parabola model (sometimes called curved power law).
| Parameters: | amplitude : float
x_0 : float
alpha : float
beta : float
|
|---|
Notes
Model formula (with
for amplitude and
for alpha and
for beta):
Attributes Summary
| alpha | |
| amplitude | |
| beta | |
| input_names | list() -> new empty list |
| param_names | list() -> new empty list |
| x_0 |
Methods Summary
| eval(*args, **kwargs) | Deprecated since version 1.0. |
| evaluate(x, amplitude, x_0, alpha, beta) | One dimenional log parabola model function |
| fit_deriv(x, amplitude, x_0, alpha, beta) | One dimensional log parabola derivative with repsect 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 LogParabola1D.evaluate instead.
One dimenional log parabola model function
One dimenional log parabola model function
One dimensional log parabola derivative with repsect to parameters