PowerDistributionQuantile(Double, Double, Double) Method |
Calculates the quantile at the specified probability p.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Quantile(
double p,
double k,
double a
)
Parameters
- p Double
- The probability.
- k Double
- The domain parameter k.
- a Double
- The shape parameter a.
Return Value
DoubleThe quantile at the specified probability p.
See Also