Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
MCEstimator
and
MLEstimator
in package ``distrMod''..negLoglikelihood(x, Distribution, ...)
.process.meCalcRes(res, PFam, trafo, res.name, call, asvar.fct, ...)
Distribution
;
the distribution at which to evaluate the negative log likelihood.negLoglikelihood
simply to be able to use
the general calling for the criterion function;
in case of .process.meCalcRes
further arguments to be passed
to function mleCalc
or mceCalc
ParamFamily
;
the parametric family at which to evaluate the MCENULL
NULL
.MCEstimate
.negLoglikelihood
uses the log
-argument of the corresponding d
-slot
of the distribution if available; else produces log(d(Distribution)(x))
.
.get.criterion.fct
produces a function criterion.fct
to fill slot minuslogl
when an object of class MCEstimate
is coerced to class mle
(from package theta
appear as separate named
arguments, which then calls fun
with these separate arguments
again stacked to one (named) vector argument;
.process.meCalcRes
processes the resulting return value list of methods
mceCalc
and mleCalc
to give a corresponding object of
class MCEstimate
.MCEstimate-class
,
mle-class
,