IDAX.PCAUCHY_H - High-tail cumulative Cauchy distribution
Given that the peak location and the interquartile range are specified, the PCAUCHY_H function returns the probability that the value of a variable that follows the Cauchy distribution is greater than x.
Syntax
IDAX.PCAUCHY_H(DOUBLE x, DOUBLE location, DOUBLE scale)Parameter descriptions
- x
- Mandatory.
- location
- Mandatory.
- scale
- Mandatory.
PCAUCHY_H(x,location,scale)=1-PCAUCHY(x,location,scale) for all x and location values, and for scale values in the range of 0 - 1.
Returned information
DOUBLE the cumulative probability distribution from x to plus infinity.