Click or drag to resize

StableDistributionSymmetricPDFSeriesBigX Method

Series expansion of the PDF for large z.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDFSeriesBigX(
	double z,
	double alpha
)

Parameters

z  Double
The positive argument (|x|) where the series is evaluated.
alpha  Double
The stability parameter (0 < alpha <= 2).

Return Value

Double
The probability density at z, or NaN if the series does not converge.
Remarks
Historically, this routine was described as the imaginary part of the Fourier transformed derivative of the Kohlrausch function; it is used here as a numerically convenient series representation of the symmetric stable PDF. The sign of the return value here is positive.
See Also