Cumulative distribution function, density function, quantile function and generation of random variates of the three-parameter lognormal distribution.
pln3(q, loc = 0, scale = 1, shape = 1)dln3(x, loc = 0, scale = 1, shape = 1)
qln3(p, loc = 0, scale = 1, shape = 1)
rln3(n, loc = 0, scale = 1, shape = 1)
location, scale, and shape parameter of the three-parameter lognormal distribution. All must be of length one.
numeric vector of values, quantiles, or probabilites.
numeric, number of random variates.