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 值。

适用于