IDAX.QCAUCHY_H - High-tail inverse Cauchy distribution
Given that the peak location and the interquartile range are specified, the QCAUCHY_H function returns the value x of a variable that follows the Cauchy distribution for which the probability of being greater than x is equal to the specified percentage.
Syntax
IDAX.QCAUCHY_H(DOUBLE percentage, double location, double
scale)Parameter descriptions
- percentage
- Mandatory.
- location
- Mandatory.
- scale
- Mandatory.
QCAUCHY_H(perc,location,scale)=QCAUCHY(1-perc,location,scale) for all location values, for scale values greater than 0, and for perc values in the range of 0 - 1.
If PCAUCHY_H(x,location,scale)=perc, QCAUCHY_H(perc,location,scale)=x.
Returned information
DOUBLE the point x where PCAUCHY_H(x,location,scale)=percentage.