IDAX.QEXP - Inverse exponential distribution
The QEXP function returns the value x of a variable that follows the exponential distribution for which the probability of being smaller or equal to x is equal to the specified percentage.
Syntax
IDAX.QEXP(DOUBLE percentage, DOUBLE scale)Parameter descriptions
- percentage
- Mandatory.
- scale
- Mandatory.
If PEXP(x,scale)=perc, QEXP(perc,scale)=x.
Returned information
DOUBLE the point x where PEXP(x,scale)=percentage.