Learn R Programming

RxODE (version 1.0.4)

lowergamma: lowergamma: upper incomplete gamma function

Description

This is the tgamma_lower from the boost library

Usage

lowergamma(a, z)

Arguments

a

The numeric 'a' parameter in the upper incomplete gamma

z

The numeric 'z' parameter in the upper incomplete gamma

Value

lowergamma results

Details

The lowergamma function is given by:

$$lowergamma(a, z) = \int_{0}^{z}t^{a-1}\cdot e^{-t} dt$$

Examples

Run this code
# NOT RUN {
lowergamma(1,3)

lowergamma(1:3,3)

lowergamma(1,1:3)

# }

Run the code above in your browser using DataLab