Error Messages/40043

< Error Messages
Revision as of 21:47, 21 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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).

See Also

Comments


You are not allowed to post comments.