powered by
This is the tgamma_lower from the boost library
lowergamma(a, z)
The numeric 'a' parameter in the upper incomplete gamma
The numeric 'z' parameter in the upper incomplete gamma
lowergamma results
The lowergamma function is given by:
$$lowergamma(a, z) = \int_{0}^{z}t^{a-1}\cdot e^{-t} dt$$
# NOT RUN { lowergamma(1, 3) lowergamma(1:3, 3) lowergamma(1, 1:3) # }
Run the code above in your browser using DataLab