Condividi tramite


StatisticFormula.FDistribution(Double, Int32, Int32) Metodo

Definizione

Restituisce la probabilità della funzione di distribuzione F cumulativa.

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

Parametri

value
Double

Valore f.

firstDegreeOfFreedom
Int32

Primo grado di libertà.

secondDegreeOfFreedom
Int32

Secondo grado di libertà.

Restituisce

Double

Valore double che rappresenta la probabilità della funzione di distribuzione F cumulativa.

Si applica a