IDAX.QNORM3P - Inverse normal distribution
The QNORM3P function returns the value x of a variable that follows the normal distribution for which the probability of being smaller or equal to x is equal to the specified percentage.
Syntax
IDAX.QNORM3P(DOUBLE percentage, DOUBLE mean, DOUBLE
stdev)Parameter descriptions
- percentage
- Mandatory.
- mean
- Mandatory.
- stdev
- Mandatory.
If PNORM3P(x,mean,stdev)=perc, QNORM3P(perc,mean,stdev)=x for all x values and mean values,
and for all strictly positive stdev values.
Returned information
DOUBLE the point x where PNORM3P(x,mean,stdev)=percentage.