gammaq {RxODE}R Documentation

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

Details

The gamma q function is given by:

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

Value

gammaq results

Author(s)

Matthew L. Fidler

Examples


gammaq(1,3)
gammaq(1:3,3)
gammaq(1,1:3)


[Package RxODE version 1.0.9 Index]