Skip to content

How to determine the pdf of a gamma distribution using the estimated parameters?

2 messages · Kaptue Tchuente, Armel, Ben Bolker

#
Kaptue Tchuente, Armel <armel.kaptue <at> sdstate.edu> writes:
[snip]
Are you talking about dgamma(x,shape=0.8276,rate=0.1448),
where x is the value you are trying to predict for?  dgamma gives
probability density, pgamma gives cumulative density/distribution
function.