ll.gamma: Gamma Log-likelihood

Description Usage Arguments Details Value Author(s) Examples

View source: R/ll.gamma.R

Description

The function returns the value of log-likelihood function for of Gamma distribution with one parameter γ.

Usage

1
ll.gamma(gamma.par, t)

Arguments

gamma.par

γ parameter

t

the vector of values

Details

The pdf of Gamma is of the form f_θ(θ)=\frac{γ^γ}{Γ(γ)}θ^{γ-1}\exp(-γθ)

Value

ll.gamma

the value

Author(s)

Michal Trzesiok

Examples

1
ll.gamma(1, c(3,8))

MixedPoisson documentation built on May 2, 2019, 12:40 p.m.