powered by
Returns a function that evaluates the log-normal CDF at given points.
# S3 method for lognormal cdf(x, ...)
A function function(q, log.p = FALSE, ...) returning the CDF (or log-CDF) at q.
function(q, log.p = FALSE, ...)
q
A lognormal object.
lognormal
Additional arguments (not used).
x <- lognormal(0, 1) F <- cdf(x) F(1) F(2)
Run the code above in your browser using DataLab