- x
Sample vector to be fitted. Should contain only positive non-NA
values.
- shapeMin
Lower bound on the shape parameter. This must be >= 1.0
since otherwise the ML estimate is obtained with the scale
parameter equal to max(x)
.
- info.observed
Should the observed information matrix be used or the expected one
be used?
- plot
Logical. If TRUE
, a plot will be produced showing the
derivative of the concentrated log-likelihood, function of the shape
parameter. The derivative function shown is that of the log-likelihood for
the unconstrained maximisation; it is not used in the estimation.
- scaleData
Logical. If TRUE
observations in x
(which are
positive) are divided by their mean value. The results are in
theory not affected by this transformation, but scaling the data
could improve the estimation in some cases. The log-likelihood
plots are shown using the scaled values so the returned estimate of
the scale parameter is not the the abscissa of the maximum shown on
the plot.
- cov
-
Logical. If FALSE
, a minimal estimation is performed with
no covariance matrix or derivative returned. This can be useful
when a large number of ML estimations are required, e.g. to sample
from a likelihood ratio.