You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.FCDFInv Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.FCDFInv Function

F distribution point percent function (PPF).

Pascal
function FCDFInv(p: double; Nu1: Integer; Nu2: Integer): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Nu1 
Defines distribution degrees of freedom. Nu1 must be a positive integer. 
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!