Gammap: normalized lower incomplete gamma function
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.