Error Messages/40736
< Error Messages
Revision as of 01:19, 3 February 2010 by AManandhar (talk | contribs)
Error Message Examples
When the mean and median are both specified to LogNormal, the mean cannot be less than the median. LogNormal was called with mean = 3. and median = 5..
Cause
In a LogNormal distribution the median of the distribution is always less than the mean of the distribution. You have tried to define a LogNormal distribution with a median greater than the mean which is not possible.
Remedies
Correct the parameters passed to the LogNormal function so that the value of the mean is greater than the median.
Comments
<comments />
Enable comment auto-refresher