BetaDistributionQuantile(Double, Double, Double) Method |
Calculates the quantile function for the specified parameters.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double Quantile(
double p,
double A,
double B
)
Parameters
- p Double
- The probability.
- A Double
- First parameter of the distribution.
- B Double
- Second parameter of the distribution.
Return Value
Double
The point
x at which the cumulative distribution function is equal to
p.
See Also