Error Messages/41071

< Error Messages
Revision as of 01:40, 17 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Third parameter, B, to GammaIInv, cannot be negative. = Cause = Function GammaIInv returns the inverse of the incomplete Gamma function…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

Third parameter, B, to GammaIInv, cannot be negative.

Cause

Function GammaIInv returns the inverse of the incomplete Gamma function. The function returns x such that

GammaI(x, a, b) = y.b

You have passed in a negative value as the third parameter, B, to GammaIInv, for which a Gamma function is not defined.

Remedies

Correct the third parameter to the GammaIInv function to be a positive value.



You are not allowed to post comments.

Comments
<comments />