ll.gamma {MixedPoisson} | R Documentation |
Gamma Log-likelihood
Description
The function returns the value of log-likelihood function for of Gamma distribution with one parameter \gamma
.
Usage
ll.gamma(gamma.par, t)
Arguments
gamma.par |
|
t |
the vector of values |
Details
The pdf of Gamma is of the form
f_\theta(\theta)=\frac{\gamma^\gamma}{\Gamma(\gamma)}\theta^{\gamma-1}\exp(-\gamma\theta)
Value
ll.gamma |
the value |
Author(s)
Michal Trzesiok
Examples
ll.gamma(1, c(3,8))
[Package MixedPoisson version 2.0 Index]