IDAX.QLNORM_H - High-tail inverse log-normal distribution
The QLNORM_H function returns the value x of a variable that follows the log-normal distribution for which the probability of being greater than x is equal to the specified percentage.
Syntax
IDAX.QLNORM_H(DOUBLE percentage, DOUBLE medlog, DOUBLE
sdlog)Parameter descriptions
- percentage
- Mandatory.
- medlog
- Mandatory.
- sdlog
- Mandatory.
Returned information
DOUBLE the point x where PLNORM_H(x,medlog,sdlog)=percentage.
QLNORM_H(perc,medlog,sdlog)=QLNORM(1-p,medlog,sdlog) for perc values in the range of 0 - 1, medlog values, and positive sdlog values.
If PLNORM_H(x,medlog,sdlog)=perc, QLNORM_H(perc,medlog,sdlog)=x for all medlog values, positive x values, and positive sdlog values.