6 Distributions
1.
Which log-normal distribution has a median of 2 and a standard deviation of 5?
Check your answer by creating a large (1e5
or larger) sample using rlnorm()
and computing the median and standard deviation of your sample.
Hint: Determining \(\mu\) is easy. You may want to use uniroot()
to find \(\sigma\).