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 .
Usage
ll.gamma(gamma.par, t)
Arguments
gamma.par |
|
t |
the vector of values |
Details
The pdf of Gamma is of the form
Value
ll.gamma |
the value |
Author(s)
Michal Trzesiok
Examples
ll.gamma(1, c(3,8))
[Package MixedPoisson version 2.0 Index]