IDAX.QCAUCHY - Inverse Cauchy distribution
Given that the peak location and the interquartile range are specified, the QCAUCHY function returns the value x of a variable that follows the Cauchy distribution for which the probability of being smaller or equal to x is equal to the specified percentage.
Syntax
IDAX.QCAUCHY(DOUBLE percentage, double location, double
scale)Parameter descriptions
- percentage
- Mandatory.
- location
- Mandatory.
- scale
- Mandatory.
If PCAUCHY(x,location,scale)=perc, QCAUCHY(perc,location,scale)=x for all x values and
location values, and for all positive scale values.
Returned information
DOUBLE the point x where PCAUCHY(x,location,scale)=percentage.