Difference between revisions of "GammaIInv"
AManandhar (talk | contribs) |
AManandhar (talk | contribs) |
||
Line 4: | Line 4: | ||
= GammaIInv(Y, A, B) = | = GammaIInv(Y, A, B) = | ||
− | Returns the | + | Returns the inverse of the gamma function. The function returns the value x such that |
− | + | GammaI(x, a, b) = y.b | |
''A'' is the shape parameter, ''B'' is an optional scale factor (default ''B=1''). Note that some textbooks use <math>\lambda = 1/A</math>as the scale factor. The incomplete gamma function is defined for <math>X\geq 0</math>. | ''A'' is the shape parameter, ''B'' is an optional scale factor (default ''B=1''). Note that some textbooks use <math>\lambda = 1/A</math>as the scale factor. The incomplete gamma function is defined for <math>X\geq 0</math>. | ||
− | |||
− | |||
− | |||
− | |||
= Library = | = Library = | ||
Advanced Math | Advanced Math |
Revision as of 01:29, 17 February 2010
GammaIInv(Y, A, B)
Returns the inverse of the gamma function. The function returns the value x such that
GammaI(x, a, b) = y.b
A is the shape parameter, B is an optional scale factor (default B=1). Note that some textbooks use [math]\displaystyle{ \lambda = 1/A }[/math]as the scale factor. The incomplete gamma function is defined for [math]\displaystyle{ X\geq 0 }[/math].
Library
Advanced Math
Comments
Enable comment auto-refresher