R/lognormal.R
mean.lognormal.Rd
Computes \(\exp(meanlog + sdlog^2 / 2)\).
# S3 method for class 'lognormal' mean(x, ...)
A lognormal object.
lognormal
Additional arguments (not used).
The mean of the distribution.
mean(lognormal(0, 1)) #> [1] 1.648721