StatisticFormula.InverseFDistribution(Double, Int32, Int32) 方法

定义

返回 F 累积分布函数的反函数。

public:
 double InverseFDistribution(double probability, int firstDegreeOfFreedom, int secondDegreeOfFreedom);
public double InverseFDistribution (double probability, int firstDegreeOfFreedom, int secondDegreeOfFreedom);
member this.InverseFDistribution : double * int * int -> double
Public Function InverseFDistribution (probability As Double, firstDegreeOfFreedom As Integer, secondDegreeOfFreedom As Integer) As Double

参数

probability
Double

alpha 值,其表示假设被否定的概率。 允许的范围是 0 到 1。

firstDegreeOfFreedom
Int32

第一个自由度。

secondDegreeOfFreedom
Int32

第二个自由度。

返回

Double

F 分布反函数中的 double 值。

例外

状况:由于受限,无法使用指定参数值继续计算。

注解

此方法返回给定 F 分布概率的 F 值。

F 分布可以用于比较两个数据集中的可变性程度的 F 检验。

此方法可能会返回一个异常,具体取决于参数值。

适用于