FDistributionQuantile(Double, Double, Double) Method |
Quantile of the F-distribution.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Quantile(
double alpha,
double p,
double q
)
Parameters
- alpha Double
- Probability (0..1).
- p Double
- First parameter of the distribution.
- q Double
- Second parameter of the distribution.
Return Value
DoubleThe quantile of the F-Distribution.
See Also