LogNormalDistribution• LogNormalDistribution[ , ] gives the lognormal based on a normal distribution with mean and standard deviation . • The lognormal distribution LogNormalDistribution[mu, sigma] is the distribution followed by the exponential of a normally distributed random variable. This distribution arises when many independent random variables are combined in a multiplicative fashion. • See also: Mean, StandardDeviation, Variance, CDF, PDF.
Examples Using InstantCalculatorsHere are the InstantCalculators for the LogNormalDistribution function. Enter the parameters for your calculation and click Calculate to see the result. This generates a set of random numbers that follow the lognormal distribution.
Out[1]:= |  |
This gives the probability density function for the lognormal distribution.
Out[2]:= |  |
This gives the cumulative distribution function for the lognormal distribution.
Out[3]:= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the LogNormalDistribution Function Controller.
Out[4]:= |  |
This gives the probability density function for the lognormal distribution.
Out[5]:= |  |
This gives the cumulative distribution function for the lognormal distribution.
Out[6]:= |  |
|