IDAX.QF_H - High-tail inverse Fisher distribution
The QF_H function returns the value x of a variable that follows the Fisher distribution for which the probability of being greater than x is equal to the specified percentage.
Syntax
IDAX.QF_H(DOUBLE percentage, INT8 dfNomin, INT8
dfDenom)Parameter descriptions
- percentage
- Mandatory.
- dfNomin
- Mandatory.
- dfDenom
- Mandatory.
If PF_H(x,dfNomin,dfDenom)=perc, QF_H(perc,dfNomin,dfDenom)=x.
Returned information
DOUBLE the point x where PF_H(x,dfNomin,dfDenom)=percentage.