Error Messages/41069

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

See Also

Comments


You are not allowed to post comments.