Gamma.density {MixedPoisson} | R Documentation |
Gamma density
Description
The function returns the vector of values of density function for of Gamma distribution with one parameter \gamma
.
Usage
Gamma.density(theta, gamma.par)
Arguments
theta |
the vector of values |
gamma.par |
the parameter of Gamma distribution |
Details
The pdf of Gamma is of the form
f_\theta(\theta)=\frac{\gamma^\gamma}{\Gamma(\gamma)}\theta^{\gamma-1}\exp(-\gamma\theta)
Value
Gamma.density(theta , nu) |
the density – the vector of values |
Author(s)
Michal Trzesiok
Examples
Gamma.density(c(2,3,5,4,6,7,4), 5)
[Package MixedPoisson version 2.0 Index]