StatisticFormula.InverseTDistribution(Double, Int32) 方法

定义

以概率和自由度函数的形式返回学生 t 分布的反 t 值。

public:
 double InverseTDistribution(double probability, int degreeOfFreedom);
public double InverseTDistribution(double probability, int degreeOfFreedom);
member this.InverseTDistribution : double * int -> double
Public Function InverseTDistribution (probability As Double, degreeOfFreedom As Integer) As Double

参数

probability
Double

alpha 值,即假设被拒绝的概率。 允许的范围为 0-1。

degreeOfFreedom
Int32

自由程度。

返回

一个 double 表示逆 T 分布的值。

注解

此方法返回给定 T 分布概率的 t 值。

适用于