IDAX.QLNORM - Inverse log-normal distribution
The QLNORM function returns the value x of a variable that follows the log-normal distribution for which the probability of being smaller or equal to x is equal to the specified percentage.
Syntax
IDAX.QLNORM(DOUBLE percentage, DOUBLE medlog, DOUBLE
sdlog)Parameter descriptions
- percentage
- Mandatory.
- medlog
- Mandatory.
- sdlog
- Mandatory.
Returned information
DOUBLE the point x where PLNORM(x,median,shape)=percentage.
If PLNORM(x,medlog,sdlog)=perc, QLNORM(perc,medlog,sdlog)=x for all medlog values, positive
x values, and positive sdlog values.