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 分布累积函数的值。

适用于