lowergamma function

lowergamma: upper incomplete gamma function

lowergamma: upper incomplete gamma function

This is the tgamma_lower from the boost library

lowergamma(a, z)

Arguments

  • a: The numeric 'a' parameter in the upper incomplete gamma
  • z: The numeric 'z' parameter in the upper incomplete gamma

Returns

lowergamma results

Details

The lowergamma function is given by:

lowergamma(a,z)=0zta1etdt lowergamma(a, z) = \int_{0}^{z}t^{a-1}\cdot e^{-t} dt

Examples

lowergamma(1, 3) lowergamma(1:3, 3) lowergamma(1, 1:3)

Author(s)

Matthew L. Fidler