Gammaq: normalized upper incomplete gamma function
This is the gamma_q from the boost library
gammaq(a, z)
a
: The numeric 'a' parameter in the normalized upper incomplete gammaz
: The numeric 'z' parameter in the normalized upper incomplete gammagammaq results
The gamma q function is given by:
gammaq = uppergamma(a, z)/gamma(a)
gammaq(1, 3) gammaq(1:3, 3) gammaq(1, 1:3)
Matthew L. Fidler
Useful links