Skip to content

lognorm_dist

Log-normal distribution PDF or CDF.

v = lognorm_dist(x, mean, standard_dev, cumulative)

Distribution where ln(x) is normally distributed with the given mean and standard deviation. With cumulative = true, returns CDF; with false, PDF.

lognorm_dist(2, 0, 1, true) % ≈ 0.756