Click or drag to resize

StableDistributionSymmetricQuantileCCDF Method

Gets the quantile (inverse CCDF) for the given complementary probability q.

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 q,
	double alpha
)

Parameters

q  Double
The complementary probability in [0, 1].
alpha  Double
The stability parameter (0 < alpha <= 2).

Return Value

Double
The value x such that CCDF(x) = q, or NaN if no root was found.
See Also