StatisticFormula.TDistribution(Double, Int32, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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
值,表示 T 分佈累計函式。