Click or drag to resize

StableDistributionFellerPDFSeriesBigXFeller Method

Series expansion for big x, Feller parametrization. x should be > 0.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double PDFSeriesBigXFeller(
	double z,
	double alpha,
	double gamma,
	double aga
)

Parameters

z  Double
The positive argument.
alpha  Double
Distribution parameter alpha.
gamma  Double
Distribution parameter gamma.
aga  Double
Alternative gamma parameter to improve precision.

Return Value

Double
The probability density value computed by the large-x series expansion.
See Also