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

适用于