Error Messages/41071

< Error Messages
Revision as of 18:11, 7 April 2016 by Bbecane (talk | contribs)
(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.

See Also

Comments


You are not allowed to post comments.