pln3 {TLMoments} | R Documentation |
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)
loc , scale , shape |
location, scale, and shape parameter of the three-parameter lognormal distribution. All must be of length one. |
x , q , p |
numeric vector of values, quantiles, or probabilites. |
n |
numeric, number of random variates. |