IDAX.PLNORM_H - High-tail cumulative log-normal distribution
The PLNORM_H function returns the probability that the value of a variable that follows the log-normal distribution is greater than x.
Syntax
IDAX.PLNORM_H(DOUBLE x, DOUBLE medlog, DOUBLE
sdlog)
Parameter descriptions
- x
- Mandatory.
- medlog
- Mandatory.
- sdlog
- Mandatory.
PLNORM_H(x,medlog,sdlog)=1-PLNORM(x,medlog,sdlog) for all medlog values, positive x values, and positive sdlog values.
Returned information
DOUBLE the cumulative probability distribution from x to plus infinity.