Click or drag to resize

StableDistributionSymmetricPDFSeriesSmallXSmallAlpha Method

Series expansion of the PDF for small z and small alpha, using logarithmic evaluation for improved numerical stability.

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

Parameters

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

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