lowergamma | R Documentation |
This is the tgamma_lower from the boost library
lowergamma(a, z)
a |
The numeric 'a' parameter in the upper incomplete gamma |
z |
The numeric 'z' parameter in the upper incomplete gamma |
The lowergamma function is given by:
lowergamma(a, z) = \int_{0}^{z}t^{a-1}\cdot e^{-t} dt
lowergamma results
Matthew L. Fidler
lowergamma(1, 3) lowergamma(1:3, 3) lowergamma(1, 1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.