Usage
meRes(x, estimate, criterion.value, param, crit.fct, method = "explicit solution",
crit.name = "Maximum Likelihood", Infos)
get.criterion.fct(theta, Data, ParamFam, criterion, fun, ...)
## S3 method for class 'numeric':
samplesize(object)
Arguments
x
numeric; the data at which to evaluate the estimate
estimate
numeric; the estimate
criterion.value
numeric; the value of the criterium
param
object of class ParamFamParameter
; the parameter value
crit.fct
a function to fill slot minuslogl
when an object of
class MCEstimate
is coerced to class mle
(from package stats4); to this end function get.criterion.fct
(also see deta method
character; describes how the estimate was obtained
crit.name
character; name of the criterion
Infos
optional matrix of characters in two columns;
information to be attached to the estimate
samplesize
numeric; the sample size at which the estimator
was evaluated
theta
the parameter value as named numeric vector
Data
numeric; the data at which to evaluate the MCE
ParamFam
an object of class ParamFamily
;
the parametric family at which to evaluate the MCE
criterion
the criterion function used in the MCE
fun
wrapper to the criterion function used in the MCE
(with certain checking whether parameter value is permitted and possibly
penalizing if not; see code to , for example.)
...
further arguments to be passed
to optim
/ optimize
object
numeric; the data at which to evaluate the estimate