MEstimate-class {RobAStBase} | R Documentation |
Class of asymptotically linear estimates.
Objects can be created by calls of the form new("MEstimate", ...)
.
More frequently they are created via the generating function
locMEstimator
.
name
:"character"
:
name of the estimator. estimate
:"ANY"
:
estimate. samplesize
:"numeric"
:
sample size. asvar
:"matrix"
:
asymptotic variance. asbias
:"numeric"
:
asymptotic bias. pIC
:InfluenceCurve
:
influence curve. nuis.idx
:"OptionalNumeric"
:
indices of estimate
belonging to the nuisance part. Mroot
:"numeric"
: value of
the M equation at the estimate. Infos
:"matrix"
with two columns named method
and message
:
additional informations.
Class "ALEstimate"
, directly.
Class "Estimate"
, by class "ALEstimate"
.
signature(object = "MEstimate")
:
accessor function for slot Mroot
. signature(object = "MEstimate")
Matthias Kohl Matthias.Kohl@stamats.de
## prototype new("MEstimate")