| cdf.lognormal | R Documentation |
Returns a function that evaluates the log-normal CDF at given points.
## S3 method for class 'lognormal'
cdf(x, ...)
x |
A |
... |
Additional arguments (not used). |
A function function(q, log.p = FALSE, ...) returning the
CDF (or log-CDF) at q.
x <- lognormal(0, 1)
F <- cdf(x)
F(1)
F(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.