est.delta {MixedPoisson}R Documentation

Estimation of delta parameter of inverse-Gaussian distribution

Description

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

Usage

est.delta(t)

Arguments

t

the vector of values

Details

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

Value

nu

the estimates of \nu

ll.delta.max

the value of loglikehood

Author(s)

Michal Trzesiok

Examples

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

[Package MixedPoisson version 2.0 Index]