IDAX.PEXP_H - High-tail cumulative exponential distribution
The PEXP_H function returns the probability that the value of a variable that follows the exponential distribution is greater than x.
Syntax
IDAX.PEXP_H(DOUBLE x, DOUBLE scale)Parameter descriptions
- x
- Mandatory.
- scale
- Mandatory.
PEXP_H(x,scale)=1-PEXP(x,scale) for all x values and df values.
Returned information
DOUBLE the cumulative probability distribution from x to plus infinity.