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 a non-negative.
Comments
<comments />
Enable comment auto-refresher