gammap {rxode2} | R 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)
[Package rxode2 version 2.1.3 Index]