Error Messages/41069


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.