Error Messages/41067
< Error Messages
Revision as of 00:41, 17 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Second parameter, A, to GammaI, must be positive. = Cause = Function GammaI defines an incomplete gamma function. It returns the cumulative…')
Error Message Examples
Second parameter, A, to GammaI, must be positive.
Cause
Function GammaI defines an incomplete gamma function. It returns the cumulative area under the Gamma distribution defined by A as the shape parameter and B as the optional scale parameter from 0 to X. Gamma distribution is only defined for positive values of A, the shape parameter.
Remedies
Correct the second parameter to the GammaI function to be a positive value.
Comments
<comments />
Enable comment auto-refresher