Usage
.negLoglikelihood(x, Distribution, ...)
.process.meCalcRes(res, PFam, trafo, res.name, call, asvar.fct, ...)
Arguments
x
numeric; the data at which to evaluate the negative log likelihood
Distribution
an object of class Distribution
;
the distribution at which to evaluate the negative log likelihood
...
in case of .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
res
a list; the return value of mleCalc
or mceCalc
PFam
an object of class ParamFamily
;
the parametric family at which to evaluate the MCE
trafo
the trafo matrix or a function returning it or NULL
res.name
the name of the corresponding estimator
call
the original call with which the estimate was produced
asvar.fct
a function producing an asymptotic covariance matrix or NULL
.