Skip to content

The incomplete gamma function

2 messages · Kjetil Kjernsmo, Brian Ripley

#
Hello again!

Since my previous question wasn't stupid, I try another one:

Has anybody implemented the _incomplete_ gamma function in R?

After looking at the code for the Euler gamma function, it doesn't look
very easy.... But I don't think I need anything very rigorous or accurate
or fast, so I was hoping someone might have something. 

Best,

Kjetil
#
On Fri, 12 May 2000, Kjetil Kjernsmo wrote:

            
What do you think the cumulative distribution function of a gamma
distribution is?  (Now, there is a little room for disagreement here,
but I think

pgamma(x, nu)*gamma(nu)

might be what you are looking for.)