StatisticFormula.InverseNormalDistribution(Double) 方法
定义
返回反标准正态累积分布。Returns the inverse of the standard normal cumulative distribution.
public:
double InverseNormalDistribution(double probability);
public double InverseNormalDistribution (double probability);
member this.InverseNormalDistribution : double -> double
Public Function InverseNormalDistribution (probability As Double) As Double
参数
- probability
- Double
alpha 值,其表示假设被否定的概率。The alpha value, which is the probability that the hypothesis is rejected. 允许的范围是 0 到 1。The allowable range is 0-1.
返回
一个 double 值,该值来自反标准正态累积分布函数。A double value from the inverse standard normal cumulative distribution function.
注解
此方法返回给定 F 分布概率的 F 值。This method returns the F value for the given F distribution probability.
假定分布的平均值为 0 (零) ,标准偏差为1。It is assumed that the distribution has a mean of 0 (zero) and a standard deviation of one.