Plot log-normal distribution in R – stats.stackexchange.com
I need to plot lognormal distribution with mean 1 and variance 0.6 in R. I
tried to do this using rlnorm function in R as x= rlnorm(500, log(1),
log(0.6)) plot(density(x)) log(0.6) is negative …
No comments:
Post a Comment