IDAX.PF - Cumulative Fisher distribution
The PF function returns the probability that a variable that follows the Fisher distribution is smaller or equal to x.
Syntax
IDAX.PF(DOUBLE x, INT8 dfNomin, INT8 dfDenom)Parameter descriptions
- x
- Mandatory.
- dfNomin
- Mandatory.
- dfDenom
- Mandatory.
If x, dfNomin, or dfDenom is 0 or less, PF(x,dfNomin,dfDenom) is null.
Returned information
DOUBLE the cumulative probability distribution from minus infinity to point x.