StatisticFormula.FDistribution(Double, Int32, Int32) Method

Definition

Returns the cumulative F distribution function probability.

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

Parameters

value
Double

The F value.

firstDegreeOfFreedom
Int32

First degree of freedom.

secondDegreeOfFreedom
Int32

Second degree of freedom.

Returns

A double value that represents the cumulative F distribution function probability.

Applies to