gammap: Gammap: normalized lower incomplete gamma function

View source: R/utils.R

gammapR Documentation

Gammap: normalized lower incomplete gamma function

Description

This is the gamma_p from the boost library

Usage

gammap(a, z)

Arguments

a

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

z

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

Details

The gamma p function is given by:

gammap = lowergamma(a, z)/gamma(a)

Value

gammap results

Author(s)

Matthew L. Fidler

Examples


gammap(1, 3)
gammap(1:3, 3)
gammap(1, 1:3)

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