Learn R Programming

RxODE (version 1.0.4)

uppergamma: uppergamma: upper incomplete gamma function

Description

This is the tgamma from the boost library

Usage

uppergamma(a, z)

Arguments

a

The numeric 'a' parameter in the upper incomplete gamma

z

The numeric 'z' parameter in the upper incomplete gamma

Value

uppergamma results

Details

The uppergamma function is given by:

\(uppergamma(a, z) = \int_{z}^{\infty}t^{a-1}\cdot e^{-t} dt\)

Examples

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

uppergamma(1:3,3)

uppergamma(1,1:3)

# }

Run the code above in your browser using DataLab