Click or drag to resize

StableDistributionFellerQuantileCCDF(Double, Double, Double, Double) Method

Computes the quantile of the complementary cumulative distribution for the specified probability 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 QuantileCCDF(
	double p,
	double alpha,
	double gamma,
	double aga
)

Parameters

p  Double
Probability in the range [0,1].
alpha  Double
Distribution parameter alpha.
gamma  Double
Distribution parameter gamma.
aga  Double
Alternative gamma parameter to improve precision.

Return Value

Double
The quantile corresponding to the complementary cumulative probability.
See Also