StatisticFormula.InverseFDistribution(Double, Int32, Int32) Method

Definition

The inverse F distribution formula calculates the inverse of the F cumulative distribution.

public double InverseFDistribution (double probability, int firstDegreeOfFreedom, int secondDegreeOfFreedom);

Parameters

probability
Double

Probability for the F distribution. The acceptable range is between 0 and 1.

firstDegreeOfFreedom
Int32

First degree of freedom.

secondDegreeOfFreedom
Int32

Second degree of freedom.

Returns

F value for the F distribution.

Examples

The following code demonstrates how to use this formula.

double result = Chart1.DataManipulator.Statistics.InverseFDistribution(.05, 15, 30);  

Applies to

Produkt Verze
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1