StatisticFormula.InverseFDistribution(Double, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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
第二自由度。
傳回
來自反向 F 分配函數的 double
值。
例外狀況
狀態:因限制而無法使用指定的參數值繼續計算。
備註
這個方法會傳回指定 F 分佈機率的 光圈值。
F 分佈可用於 F 測試,以比較兩個資料集的變化程度。
此方法可能會根據參數值傳回例外狀況。