Learn R Programming

NetSimR (version 0.1.5)

IGamma: Lower incomplete gamma function

Description

Lower incomplete gamma function

Usage

IGamma(a, x)

Value

The value of the lower incomplete gamma function at x with shape parameter a.

Arguments

a

A positive real number.

x

A positive real number.

Examples

Run this code
IGamma(1,1)
IGamma(0.1,2)

Run the code above in your browser using DataLab