StatisticFormula.FDistribution(Double, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回累积分布函数 F 的概率。
public:
double FDistribution(double value, int firstDegreeOfFreedom, int secondDegreeOfFreedom);
public double FDistribution (double value, int firstDegreeOfFreedom, int secondDegreeOfFreedom);
member this.FDistribution : double * int * int -> double
Public Function FDistribution (value As Double, firstDegreeOfFreedom As Integer, secondDegreeOfFreedom As Integer) As Double
参数
- value
- Double
F 值。
- firstDegreeOfFreedom
- Int32
第一个自由度。
- secondDegreeOfFreedom
- Int32
第二个自由度。
返回
一个 double
值,该值表示累积 F 分布函数的概率。