Generate a random number from the mean and standard deviation of a lognormal distribution
Show older comments
I have calculated the Mean and Standard deviation from a list which fits to a lognormal distribution.
The values of mean and standard deviation are: 31.59299751 and 69.72271594 respectively.
I want to generate one random number to be given as an input.
Note: With the use of lognrnd(mu,sigma); I get strange values like 2.33+e^15, etc. Whereas, I require a number around the mean of the distribution (for e.g. 50.334, etc.)
Accepted Answer
More Answers (1)
Image Analyst
on 1 Jul 2013
0 votes
Might be of interest: http://www.mathworks.com/matlabcentral/fileexchange/7309-randraw Generates random numbers from over 50 different distributions.
Categories
Find more on Lognormal Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!