Sdílet prostřednictvím


StatisticFormula.FDistribution(Double, Int32, Int32) Metoda

Definice

Vrátí pravděpodobnost kumulativní distribuční funkce 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

Parametry

value
Double

Hodnota F.

firstDegreeOfFreedom
Int32

První stupeň volnosti.

secondDegreeOfFreedom
Int32

Druhý stupeň volnosti.

Návraty

Double

Hodnota, double která představuje pravděpodobnost kumulativní funkce rozdělení F.

Platí pro