StatisticFormula.InverseTDistribution(Double, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以概率和自由度函数的形式返回学生 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 值。