StatisticFormula.FDistribution(Double, Int32, Int32) Метод

Определение

Возвращает значение вероятности для функции интегрального 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

Значение типа double, представляющее вероятность для функции интегрального F-распределения.

Применяется к