Control for the MLE of a Weibull Distribution

DESCRIPTION:

Allows users to set parameters for weibullMLE.

USAGE:

weibullMLE.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:

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