logNormal
logNormal(
mu?,sigma?):number
Defined in: src/global/distributions.ts:65
One log-normal draw: a normal variable exponentiated.
Parameters
Section titled “Parameters”number = 0
sigma?
Section titled “sigma?”number = 1
Returns
Section titled “Returns”number
Example
Section titled “Example”logNormal(); // 1.6221...logNormal(0, 0.5); // 1.2840...