R/lognormal.R
inv_cdf.lognormal.RdReturns a function that computes quantiles of the log-normal distribution.
# S3 method for class 'lognormal'
inv_cdf(x, ...)A function function(p, lower.tail = TRUE, log.p = FALSE, ...)
returning the quantile at probability p.