gammaq | R Documentation |
This is the gamma_q from the boost library
gammaq(a, z)
a |
The numeric 'a' parameter in the normalized upper incomplete gamma |
z |
The numeric 'z' parameter in the normalized upper incomplete gamma |
The gamma q function is given by:
gammaq = uppergamma(a, z)/gamma(a)
gammaq results
Matthew L. Fidler
gammaq(1, 3) gammaq(1:3, 3) gammaq(1, 1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.