powered by
This is the gamma_q from the boost library
gammaq(a, z)
The numeric 'a' parameter in the normalized upper incomplete gamma
The numeric 'z' parameter in the normalized upper incomplete gamma
gammaq results
The gamma q function is given by:
gammaq = uppergamma(a, z)/gamma(a)
# NOT RUN { gammaq(1, 3) gammaq(1:3, 3) gammaq(1, 1:3) # }
Run the code above in your browser using DataLab