gammaq: Gammaq: normalized upper incomplete gamma function

View source: R/utils.R

gammaqR 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)

RxODE documentation built on March 23, 2022, 9:06 a.m.