IDAX.QFISK_H - High-tail inverse Fisk distribution
The QFISK_H function returns the value x of a variable that follows the Fisk distribution for which the probability of being greater than x is equal to the specified percentage.
Syntax
IDAX.QFISK_H(DOUBLE percentage, DOUBLE median, DOUBLE
shape)Parameter descriptions
- percentage
- Mandatory.
- median
- Mandatory.
- shape
- Mandatory.
QFISK_H(perc,median,shape)=QFISK(1-perc,median,shape) for perc values in the range of 0 - 1, and for all positive median values and positive shape values.
If PFISK_H(x,median,shape)=perc, QFISK_H(perc,median,shape)=x for all positive x values, positive median values, and positive shape values.
Returned information
DOUBLE the point x where PFISK_H(x,median,shape)=percentage.