| inv_cdf.lognormal | R Documentation |
Returns a function that computes quantiles of the log-normal distribution.
## S3 method for class 'lognormal'
inv_cdf(x, ...)
x |
A |
... |
Additional arguments (not used). |
A function function(p, lower.tail = TRUE, log.p = FALSE, ...)
returning the quantile at probability p.
x <- lognormal(0, 1)
q <- inv_cdf(x)
q(0.5)
q(0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.