StatisticFormula.FDistribution(Double, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回累計 F 分佈函式的機率。
public:
double FDistribution(double value, int firstDegreeOfFreedom, int secondDegreeOfFreedom);
public double FDistribution (double value, int firstDegreeOfFreedom, int secondDegreeOfFreedom);
member this.FDistribution : double * int * int -> double
Public Function FDistribution (value As Double, firstDegreeOfFreedom As Integer, secondDegreeOfFreedom As Integer) As Double
參數
- value
- Double
F 值。
- firstDegreeOfFreedom
- Int32
第一自由度。
- secondDegreeOfFreedom
- Int32
第二自由度。
傳回
double
值,表示累計 F 分佈函式的機率。