Learn R Programming

RxODE (version 1.1.5)

gammaq: Gammaq: normalized upper incomplete gamma function

Description

This is the gamma_q from the boost library

Usage

gammaq(a, z)

Arguments

a

The numeric 'a' parameter in the normalized upper incomplete gamma

z

The numeric 'z' parameter in the normalized upper incomplete gamma

Value

gammaq results

Details

The gamma q function is given by:

gammaq = uppergamma(a, z)/gamma(a)

Examples

Run this code
# NOT RUN {
gammaq(1, 3)
gammaq(1:3, 3)
gammaq(1, 1:3)
# }

Run the code above in your browser using DataLab