powered by
Returns a LOGNORMAL distribution object that produce random numbers from a log normal distribution using the rlnorm function
rlnorm
new_LOGNORMAL(p_meanlog, p_sdlog, p_dimnames = "rvar")
An object of class DISTRIBUTION, LOGNORMAL
DISTRIBUTION
LOGNORMAL
mean of the distribution on the log scale
A numeric that represents the standard deviation on the log scale
A character that represents the name of the dimension
John J. Aponte
myDistr <- new_LOGNORMAL(0,1) myDistr$rfunc(10)
Run the code above in your browser using DataLab