IGamma: Lower incomplete gamma function

View source: R/Gamma.R

IGammaR 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)

NetSimR documentation built on Oct. 25, 2023, 1:08 a.m.