Error Messages/40043
< Error Messages
Revision as of 01:59, 28 January 2010 by AManandhar (talk | contribs)
Error Message Examples
The number of possible positive outcomes (second param) cannot be greater than the total number of possible outcomes (third parameter) in Hypergeometric.
Cause
When describing a Hypergeometric distribution, the PosEvents (second parameter) must be less than or equal to the size (third parameter). Describing a Hypergeometric distribution that does not meet this requirement causes this error.
Remedies
Decrease the number of PosEvents (second parameter) or increase the size (third parameter).
Comments
<comments />
Enable comment auto-refresher