lognorm_inv
Inverse log-normal CDF.
Syntax
Section titled “Syntax”v = lognorm_inv(probability, mean, standard_dev)Description
Section titled “Description”Returns the x such that lognorm_dist(x, mean, sd, true) = probability.
Example
Section titled “Example”lognorm_inv(0.5, 0, 1) % 1.0See also
Section titled “See also”lognorm_dist— Log-normal distribution PDF or CDF.