StableDistributionFellerQuantileCCDF(Double, Double, Double, Double, Object, Double) Method |
Computes the quantile of the complementary cumulative distribution for the specified probability.
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,
double gamma,
double aga,
ref Object?? tempStorage,
double precision
)
Parameters
- q 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.
- tempStorage Object
- Temporary storage reused between calls.
- precision Double
- Relative precision goal.
Return Value
DoubleThe quantile corresponding to the complementary cumulative probability.
See Also