You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > FCDFInv Method > Probabilities.FCDFInv Method (double, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.FCDFInv Method (double, int, int)

F distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double FCDFInv(double p, int Nu1, int Nu2);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
int Nu1 
Defines distribution degrees of freedom. Nu1 must be a positive integer. 
int Nu2 
Defines distribution degrees of freedom. Nu2 must be a positive integer. 

the Fisher(F) distribution point percent function (PPF) for integer parameters Nu1 and Nu2 (degrees of freedom) at the probability y. Both Nu1 and Nu2 must be positive integer numbers and the probability p must lie on the interval [0,1], otherwise the result is NAN.

The inverse F cumulative distribution function is defined by the following equation: 

 

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!