Creates an Object Representing Log Normal Distribution.
The function creates an object which represents the log normal distribution.
lnormdist(meanlog = 0, sdlog = 1)
meanlog |
mean parameter, default: 0. |
sdlog |
standard deviation parameter, default: 1. |
See Lognormal
.
Object of class lnormdist.
L <- lnormdist(0, 1) d(L, c(2, 3, 4, NA)) r(L, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.