共用方式為


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

定義

傳回累計 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

double 值,表示累計 F 分佈函式的機率。

適用於