Estimation of Mean and Variance of a lognormal distribution from a sample data

3 views (last 30 days)
I have a dataset of a certain variable (100 values).
I want to find the mean and the variance of the dataset considering it follows a Lognormal distribution.
At last, I want to generate a random number from the Mean and Variance (found in the previous step).

Accepted Answer

Matt J
Matt J on 12 Jun 2013
Formulas for the maximum likelihood estimate of the mean and variance are given here:
  4 Comments
Tom Lane
Tom Lane on 12 Jun 2013
This would be an estimate of the mu parameter, but that's not the mean of the lognormal. So if you really want the mean rather than mu, look elsewhere on that wikipedia page and see how to compute the mean from your mu and sigma estimates.
Ashish
Ashish on 19 Jun 2013
I was able to accomplish from a document for my application. Here is the link-http://engineer.jpl.nasa.gov/practices/at2.pdf
Thanks for the help. At least your points gave me a start.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!