Usage
mceCalc(x, PFam, ...)
mleCalc(x, PFam, ...)
## S3 method for class 'numeric,ParamFamily':
mceCalc(x, PFam, criterion,
startPar = NULL, penalty = 0, crit.name,
Infos = NULL, \dots)
## S3 method for class 'numeric,ParamFamily':
mleCalc(x, PFam, startPar = NULL,
penalty = 0, Infos = NULL, \dots)
## S3 method for class 'numeric,BinomFamily':
mleCalc(x, PFam, \dots)
## S3 method for class 'numeric,PoisFamily':
mleCalc(x, PFam, \dots)
## S3 method for class 'numeric,NormLocationFamily':
mleCalc(x, PFam, \dots)
## S3 method for class 'numeric,NormScaleFamily':
mleCalc(x, PFam, \dots)
## S3 method for class 'numeric,NormLocationScaleFamily':
mleCalc(x, PFam, \dots)
Arguments
x
numeric; data at which to evaluate the estimator
PFam
an object of class ParamFamily
; the parametric family at
which to evaluate the estimator
criterion
a function measuring the ``goodness of fit''
startPar
in case optim
is used: a starting value for the parameter fit;
in case optimize
is used: a vector containing a search interval for the
(one-dim) parameter
penalty
numeric; penalizes non-permitted parameter values
crit.name
character; the name of the criterion; may be missing
Infos
matrix; info slot to be filled in object of class MCEstimate
;
may be missing
...
additional argument(s) for optim
/ optimize