fitting.dispgaussians_parabola¶
-
fitting.
dispgaussians_parabola
(x, a, b, c, *p)¶ Sum over a variable number of dispersive Gaussians on a quadratic background.
Parameters: - x (array) – x-values.
- a (float) – Offset.
- b (float) – Linear term.
- c (float) – Quadratic term.
- p (variable) –
Coefficients for dispersive Gaussians. For each Gaussian provide
- A amplitude of real part,
- B amplitude of dispersive part,
- x0 center,
- dx FWHM.
Returns: Sum over dispersive Gaussians .
See also
dispgaussians()
for details.