Click or drag to resize

StableDistributionFellerXZCDF(Double, Double, Double, Double) Method

Computes the odd extension of the CDF around zero with enhanced gamma precision.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double XZCDF(
	double x,
	double alpha,
	double gamma,
	double aga
)

Parameters

x  Double
Argument.
alpha  Double
Distribution parameter alpha.
gamma  Double
Distribution parameter gamma.
aga  Double
Alternative gamma parameter to improve precision.

Return Value

Double
The value of the XZCDF.
See Also