IDAX.QNORM_H - High-tail inverse standard normal distribution
The QNORM_H function returns the value x of a variable that follows the standard normal distribution for which the probability of being greater than is equal to the specified percentage.
Syntax
IDAX.QNORM_H(DOUBLE percentage)Parameter descriptions
- percentage
- Mandatory.
QNORM_H(percentage)=QNORM(1-percentage) for percentage values in the range of 0 - 1.
If PNORM_H(x)=perc, QNORM_H(perc)=x for all x values.
Returned information
DOUBLE the point x where PNORM_H(x)=percentage.