igammac | R Documentation |
Evaluate an complementary incomplete gamma function:
γ^{*}(a, x) = \int_{x}^{∞} t^{a-1} e^{-t}dt,
using SLATEC dgamic
in https://netlib.org/slatec/.
When (x > 0 and a ≥ 0) or (x ≥ 0 and a > 0),
compute the result, otherwise the value is NaN
.
igammac(a, x)
a |
A numeric vector. |
x |
A nonnegative numeric vector with same length as |
A vector of values of a complementary incomplete gamma function.
igamma()
igammac(1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.