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

最初の自由度。

secondDegreeOfFreedom
Int32

2 番目の自由度。

戻り値

逆 F 分布関数からの double 値。

例外

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

注釈

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

F 分布は、2 つのデータ セットの変動の程度を比較する F 検定で使用できます。

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

適用対象