Error Messages/41069

< Error Messages
Revision as of 01:14, 17 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = First parameter, Y, to GammaIInv, must be between 0 and 1. = Cause = Function GammaIInv returns the inverse of the incomplete Gamma fun…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

First parameter, Y, to GammaIInv, must be between 0 and 1.

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 value outside the valid range, 0 to 1, for the Y parameter to GammaIInv.

Remedies

Correct the first parameter to the GammaIInv function to be a non-negative.



You are not allowed to post comments.

Comments
<comments />