IGamma: Upper incomplete gamma function

View source: R/Gamma.R

IGammaR Documentation

Upper incomplete gamma function

Description

Upper incomplete gamma function

Usage

IGamma(a, x)

Arguments

a

A positive real number - the shape parameter.

x

A positive real number.

Value

The value of the upper incomplete gamma function at x with shape parameter a, i.e. gamma(a) * pgamma(x, a, lower.tail = FALSE).

Examples

IGamma(1,1)
IGamma(0.1,2)

NetSimR documentation built on Sept. 14, 2026, 1:07 a.m.