est.gamma {MixedPoisson}R Documentation

Estimation of gamma parameter of Gamma distribution

Description

The function estimates the value of the parameter gamma using \texttt{optimize}.

Usage

est.gamma(t)

Arguments

t

the vector of values

Details

The form of the distribution is as in the function \texttt{ll.gamma}

Value

gamma

the estimates of \gamma

ll.gamma.max

the value of loglikehood

Author(s)

Michal Trzesiok

Examples

est.gamma(t=c(3,8))

[Package MixedPoisson version 2.0 Index]