StableDistributionSymmetricQuantileCCDF Method |
Gets the quantile (inverse CCDF) for the given complementary probability q.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
DoubleThe value x such that CCDF(x) =
q, or
NaN if no root was found.
See Also