Lognormal distribution notation

21 Views Asked by At

I have a problem where there is a lognormal variate, S = LN(30, 0.33).

The Matlab code specified in the text to generate 10,000 sample values for S is S=lognrnd(log(30),.33,10000,1).

My question is why is there log(30) in the code. Should it just not be 30?