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