igamma {dsdp} | R Documentation |
Incomplete Gamma Function
Description
Evaluate an incomplete gamma function:
using SLATEC dgami
in https://netlib.org/slatec/.
When ( and
) or (
and
),
compute the result, otherwise the value is
NaN
.
Usage
igamma(a, x)
Arguments
a |
A positive numeric vector. |
x |
A nonnegative numeric vector with same length as |
Value
A vector of values of an incomplete gamma function.
See Also
Examples
igamma(1, 1)
[Package dsdp version 0.1.1 Index]