Control for MLE Estimate of a Gamma Distribution

DESCRIPTION:

Allows users to set parameters for gammaMLE.

USAGE:

gammaMLE.control(maxit=100, tol=0.001, cov=T)

OPTIONAL ARGUMENTS:

maxit
the maximum number of iterations allowed.
tol
tolerance to declare convergence of the iterations.
cov
if TRUE the covariance of alpha and sigma is computed.

VALUE:

a list containing these three parameters.

VALUE:

EXAMPLES:

gammaMLE(los, control=gammaMLE.control(tol=1e-6))