Difference between revisions of "Error Messages/41066"

 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= Error Message Examples =
+
[[Category: Error messages]]
  
First parameter, X, to [[GammaI]], cannot be negative.
+
== Error message examples ==
  
= Cause =
+
:<code>''First parameter, «X», to GammaI, cannot be negative.''</code>
  
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. So, X must have a positive value.
+
== Cause ==
  
= Remedies =
+
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». So, «X» must have a positive value.
  
Correct the first parameter to the [[GammaI]] function to be a positive value.
+
== Remedies ==
  
<br><comments />
+
Correct the first parameter to the [[GammaI]] function to be a non-negative.
 +
 
 +
==See Also==
 +
* [[Function calls and parameters]]
 +
* [[Function parameter qualifiers]]
 +
* [[GammaI]]

Latest revision as of 17:53, 7 April 2016


Error message examples

First parameter, «X», to GammaI, cannot be negative.

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». So, «X» must have a positive value.

Remedies

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

See Also

Comments


You are not allowed to post comments.