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