共用方式為


StatisticFormula.TDistribution(Double, Int32, Boolean) 方法

定義

傳回 T 分佈 (學生分佈) 的機率。

public:
 double TDistribution(double value, int degreeOfFreedom, bool oneTail);
public double TDistribution (double value, int degreeOfFreedom, bool oneTail);
member this.TDistribution : double * int * bool -> double
Public Function TDistribution (value As Double, degreeOfFreedom As Integer, oneTail As Boolean) As Double

參數

value
Double

T 值。

degreeOfFreedom
Int32

自由度。

oneTail
Boolean

如果為 true 則使用一尾分佈,否則使用雙尾分佈。

傳回

Double

double 值,表示 T 分佈累計函式。

適用於