| IGamma | R Documentation |
Upper incomplete gamma function
IGamma(a, x)
a |
A positive real number - the shape parameter. |
x |
A positive real number. |
The value of the upper incomplete gamma function at x with shape parameter a, i.e. gamma(a) * pgamma(x, a, lower.tail = FALSE).
IGamma(1,1)
IGamma(0.1,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.