IGamma {NetSimR} | R Documentation |
Lower incomplete gamma function
Description
Lower incomplete gamma function
Usage
IGamma(a, x)
Arguments
a |
A positive real number. |
x |
A positive real number. |
Value
The value of the lower incomplete gamma function at x
with shape parameter a
.
Examples
IGamma(1,1)
IGamma(0.1,2)
[Package NetSimR version 0.1.5 Index]