Click or drag to resize

FDistributionQuantile(Double, Double, Double) Method

Quantile of the F-distribution.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The quantile of the F-Distribution.
See Also