Click or drag to resize

StableDistributionFellerPDFforXZero Method

Calculates the probability density at x=0 for the stable distribution in Feller's parametrization.

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

Parameters

alpha  Double
Characteristic exponent of the distibution.
gamma  Double
Skewness parameter gamma.
aga  Double
'Alternative gamma' value to specify gamma with enhanced accuracy. For an explanation how it is defined, see GetAgaFromAlphaGamma(Double, Double).

Return Value

Double
Probability density value at x=0 for the stable distribution in Feller's parametrization.
See Also