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 -> doublePublic Function InverseTDistribution (probability As Double, degreeOfFreedom As Integer) As Double参数
- probability
- Double
alpha 值,其表示假设被否定的概率。 允许的范围是 0 到 1。
- degreeOfFreedom
- Int32
自由度。
返回
一个 double 值,表示反 T 分布。
注解
此方法返回给定 T 分布概率的 t 值。