GammaI

Revision as of 21:16, 24 May 2016 by Bbecane (talk | contribs) (→‎Library)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


GammaI(x, a, b)

Returns the incomplete gamma function, defined as:

[math]\displaystyle{ GammaI(x,a,b) = {1\over{\gamma(a)}} \int_0^{x/b} e^{-t} t^{a-1} dt }[/math]

«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 x ≥ 0.

The incomplete gamma function returns the cumulative area from zero to «x»' under the Gamma distribution.

The incomplete gamma function is useful in a number of mathematical and statistical contexts.

Library

Advanced Math, Distribution Densities Library (Distribution Densities.ana)

Use FileAdd Library... to add this library

See Also

Comments


You are not allowed to post comments.