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

T 分布累積関数を表す double 値。

適用対象