gammaq {rxode2} | 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 rxode2 version 2.1.3 Index]