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場合は、片側分布が使用されます。それ以外の場合は、両側分布が使用されます。

返品

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

適用対象