Error Messages/41066

Revision as of 00:37, 17 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = First parameter, X, to GammaI, cannot be negative. = Cause = Function GammaI defines an incomplete gamma function. It returns the cumulativ…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

First parameter, X, to GammaI, cannot be negative.

Cause

Function GammaI defines an incomplete gamma function. It returns the cumulative area under the Gamma distribution from 0 to X, and so X must have a positive value.

Remedies

Correct the first parameter to the GammaI function to be a positive value.


Loading comments...
Comments
<comments />