Incomplete gamma function

Incomplete gamma function

In mathematics, the gamma function is defined by a definite integral. The incomplete gamma function is defined as an integral function of the same integrand. There are two varieties of the incomplete gamma function: the upper incomplete gamma function is for the case that the lower limit of integration is variable (ie where the "upper" limit is fixed), and the lower incomplete gamma function can vary the upper limit of integration.

The upper incomplete gamma function is defined as:: Gamma(a,x) = int_x^{infty} t^{a-1},e^{-t},dt .,!

The lower incomplete gamma function is defined as:: gamma(a,x) = int_0^x t^{a-1},e^{-t},dt .,!

Properties

In both cases "a" is a complex parameter, such that the real part of "a" is positive.

By integration by parts we can find that

: Gamma(a+1,x) = aGamma(a,x) + x^a e^{-x},: gamma(a+1,x) = agamma(a,x) - x^a e^{-x}.,

Since the ordinary gamma function is defined as

: Gamma(a) = int_0^{infty} t^{a-1},e^{-t},dt ,!

we have

: gamma(a,x) + Gamma(a,x) = Gamma(a).,

Some selected properties of incomplete gamma function:

* Gamma(a) = (a-1)!, if "a" is an integer;

* Gamma(a,x)=(a-1)!e^{-x}sum_{k=0}^{a-1}frac{x^k}{k!} if "a" is an integer; [mathworld|urlname=IncompleteGammaFunction | title=Incomplete Gamma Function (equation 2)]

* Gamma(a,0) = Gamma(a), ,

* Gamma(1,x) = e^{-x}, ,

* gamma(1,x) = 1 - e^{-x}, ,

* Gamma(0,x) = -mbox{Ei}(-x)mbox{ for }x>0, ,

* Gammaleft({1 over 2}, x ight) = sqrtpi,mbox{erfc}left(sqrt x ight), ,

* gammaleft({1 over 2}, x ight) = sqrtpi,mbox{erf}left(sqrt x ight), ,

* frac{gamma(a,x)}{x^a} ightarrow 1 quad mathrm{as } x ightarrow 0, ,

* gamma(a,x) ightarrow Gamma(a) quad mathrm{as } x ightarrow infty, ,

* frac{Gamma(a,x)}{x^{a-1} e^{-x ightarrow 1 quad mathrm{as } x ightarrow infty, ,

* int_0^infty frac{x^{s-1}e^{-x{Gamma(s)} frac{Gamma(s,x)}{Gamma(s)}dx= frac{1}{2},

where Ei is the exponential integral, erf is the error function, and erfc is the complementary error function, erfc("x") = 1 − erf("x").

Regularized Gamma functions

Two related functions are the regularized Gamma functions:

:P(a,x)=frac{gamma(a,x)}{Gamma(a)}

:Q(a,x)=frac{Gamma(a,x)}{Gamma(a)}=1-P(a,x).

Connection with Kummer's confluent hypergeometric function

It is easily shown that, when the real part of "z" is positive,

:gamma(a,z) = int_0^z e^{-t}t^{a-1} dt = a^{-1} z^a e^{-z} M(1,a+1,z),

where "M"(1, "a"+1, "z") is Kummer's confluent hypergeometric function. Since the series

:M(1, a+1, z) = 1 + frac{1}{(a+1)}z + frac{1}{(a+1)(a+2)}z^2 + frac{1}{(a+1)(a+2)(a+3)}z^3 + cdots

has an infinite radius of convergence, we may take

:gamma(a,z) = a^{-1} z^a e^{-z} M(1,a+1,z),

as the definition of γ("a", "z") for all complex "z". In this light, the lower incomplete gamma function γ("a", "z") is an entire function of the complex variable "z". Since the gamma function Γ("z") is a meromorphic function with simple poles at {0, −1, −2, …}, we may define the meromorphic upper incomplete gamma function as

:Gamma(a, z) = Gamma(a) - gamma(a, z). ,

For the actual computation of numerical values, the continued fraction of Gauss provides a useful expansion:

:frac{a e^z}{z^a} gamma(a, z) = cfrac{1}{1 - cfrac{z}{a+1 + cfrac{z}{a+2 - cfrac{(a+1)z}{a+3 + cfrac{2z}{a+4 - cfrac{(a+2)z}{a+5 + cfrac{3z}{a+6 - ddots}.

This continued fraction converges for all complex "z", provided only that "a" is not a negative integer.

Connection with Laguerre Polynomials

The incomplete Gamma function has a series representation in terms of Laguerre polynomials, as:gamma(s;z)= left(frac{z}{1+t} ight)^s cdot sum_{i=0} frac{L_i^{(s)}left(frac{z}{t} ight)}{i+s} left( frac{t}{1+t} ight)^i .

Notes

References

* M. Abramowitz and I. A. Stegun, eds. "Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables". New York: Dover, 1972. "(See section [http://www.math.sfu.ca/~cbm/aands/page_260.htm §6.5] .)"
* G. Arfken and H. Weber. "Mathematical Methods for Physicists". Harcourt/Academic Press, 2000. "(See Chapter 10.)"
* Armido R. DiDonato, Alfred H. Morris, Jr., [http://doi.acm.org/10.1145/22721.23109 "Computation of the incomplete gamma function ratios and their inverse,"] ACM Transactions on Mathematical Software (TOMS), v.12 n.4, p.377-393, Dec. 1986.
* Armido R. DiDonato, Alfred H. Morris, Jr., [http://doi.acm.org/10.1145/29380.214348 "ALGORITHM 654: FORTRAN subroutines for computing the incomplete gamma function ratios and their inverse,"] ACM Transactions on Mathematical Software (TOMS), v.13 n.3, p.318-319, Sept. 1987. "(See also [http://users.bigpond.net.au/amiller/NSWC/inc_gam.f90 Fortran 90 subroutines for ALGORITHM 654] .)"
* W. H. Press, B. P. Flannery, S. A. Teukolsky, and W. T. Vetterling. "Numerical Recipes in C". Cambridge, UK: Cambridge University Press, 1988. "(See Section 6.2.)"

Miscellaneous utilities

* P(a,x) - [http://www.danielsoper.com/statcalc/calc33.aspx Incomplete Gamma Function Calculator]
* Q(a,x) - [http://www.danielsoper.com/statcalc/calc34.aspx Incomplete Gamma Function Calculator - Complemented]
* gamma(a,x) - [http://www.danielsoper.com/statcalc/calc24.aspx Incomplete Gamma Function Calculator - Lower Limit of Integration]
* Gamma(a,x) - [http://www.danielsoper.com/statcalc/calc23.aspx Incomplete Gamma Function Calculator - Upper Limit of Integration]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Gamma function — For the gamma function of ordinals, see Veblen function. The gamma function along part of the real axis In mathematics, the gamma function (represented by the capital Greek letter Γ) is an extension of the factorial function, with its… …   Wikipedia

  • Incomplete polylogarithm — In mathematics, the Incomplete Polylogarithm function is related to the polylogarithm function. It is sometimes known as the incomplete Fermi–Dirac integral or the incomplete Bose–Einstein integral. It may be defined by::Li s(b,z) =… …   Wikipedia

  • Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a …   Wikipedia

  • Beta function — This article is about Euler beta function. For other uses, see Beta function (disambiguation). In mathematics, the beta function, also called the Euler integral of the first kind, is a special function defined by for The beta function was studied …   Wikipedia

  • Error function — Plot of the error function In mathematics, the error function (also called the Gauss error function) is a special function (non elementary) of sigmoid shape which occurs in probability, statistics and partial differential equations. It is defined …   Wikipedia

  • Confluent hypergeometric function — In mathematics, a confluent hypergeometric function is a solution of a confluent hypergeometric equation, which is a degenerate form of a hypergeometric differential equation where two of the three regular singularities merge into an irregular… …   Wikipedia

  • Inverse-gamma distribution — Probability distribution name =Inverse gamma type =density pdf cdf parameters =alpha>0 shape (real) eta>0 scale (real) support =xin(0;infty)! pdf =frac{eta^alpha}{Gamma(alpha)} x^{ alpha 1} exp left(frac{ eta}{x} ight) cdf… …   Wikipedia

  • Lerch zeta function — In mathematics, the Lerch zeta function, sometimes called the Hurwitz Lerch zeta function, is a special function that generalizes the Hurwitz zeta function and the polylogarithm. It is named after Mathias Lerch [http://www groups.dcs.st… …   Wikipedia

  • Logarithmic integral function — In mathematics, the logarithmic integral function or integral logarithm li(x) is a special function. It occurs in problems of physics and has number theoretic significance, occurring in the prime number theorem as an estimate of the number of… …   Wikipedia

  • Z function — In mathematics, the Z function is a function used for studying the Riemann zeta function along the critical line where the real part of the argument is one half. It is also called the Riemann Siegel Z function, the Riemann Siegel zeta function,… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”