StatisticFormula.FDistribution(Double, Int32, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Valore double
che rappresenta la probabilità della funzione di distribuzione F cumulativa.