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

アルファ値。仮説が拒否される確率です。 許容範囲は 0 ~ 1 です。

firstDegreeOfFreedom
Int32

第 1 自由度。

secondDegreeOfFreedom
Int32

2 番目の自由度。

返品

逆 F 分布関数の double 値。

例外

条件: 制限のため、指定されたパラメーター値を使用して計算を続行できません。

注釈

このメソッドは、指定された F 分布確率の F 値を返します。

F 確率分布は、2 組のデータのばらつきを比較する F 検定で使用されます。

このメソッドは、パラメーター値に応じて例外を返す場合があります。

適用対象