Udostępnij za pośrednictwem


StatisticFormula.FDistribution(Double, Int32, Int32) Metoda

Definicja

Zwraca skumulowane prawdopodobieństwo funkcji rozkładu 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

Wartość F.

firstDegreeOfFreedom
Int32

Pierwszy stopień swobody.

secondDegreeOfFreedom
Int32

Drugi stopień swobody.

Zwraca

Double

Wartość double reprezentująca skumulowane prawdopodobieństwo funkcji rozkładu F.

Dotyczy