Error Messages/40736
< Error Messages
Revision as of 01:12, 3 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = When the mean and median are both specified to LogNormal, the mean cannot be less than the media. LogNormal was called with mean = 3. and median = 5…')
Error Message Examples
When the mean and median are both specified to LogNormal, the mean cannot be less than the media. LogNormal was called with mean = 3. and median = 5..
Cause
The values passed to the gsdev and stddev parameters to the LogNormal function is not consistent.
The gsdev must be greater than or equal to 1, and when gsdeve = 1, stddev must be 0 and vice versa.
Remedies
Correct the parameters passed to LogNormal function, so that if gsdev is equal to 1 then stddev is equal to 0 or vice versa.
Comments
<comments />
Enable comment auto-refresher