uppergamma | R Documentation |
This is the tgamma from the boost library
uppergamma(a, z)
a |
The numeric 'a' parameter in the upper incomplete gamma |
z |
The numeric 'z' parameter in the upper incomplete gamma |
The uppergamma function is given by:
uppergamma(a, z) = \int_{z}^{∞}t^{a-1}\cdot e^{-t} dt
uppergamma results
Matthew L. Fidler
uppergamma(1, 3) uppergamma(1:3, 3) uppergamma(1, 1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.