kStepEstimate-class {RobAStBase} | R Documentation |
kStepEstimate-class.
Description
Class of asymptotically linear estimates.
Objects from the Class
Objects can be created by calls of the form new("kStepEstimate", ...)
.
More frequently they are created via the generating function
kStepEstimator
.
Slots
name
Object of class
"character"
: name of the estimator.estimate
Object of class
"ANY"
: estimate.estimate.call
Object of class
"call"
: call by which estimate was produced.samplesize
object of class
"numeric"
— the samplesize (only complete cases are counted) at which the estimate was evaluated.completecases
:object of class
"logical"
— complete cases at which the estimate was evaluated.asvar
object of class
"OptionalNumericOrMatrix"
which may contain the asymptotic (co)variance of the estimator.asbias
Optional object of class
"numeric"
: asymptotic bias.pIC
Optional object of class
InfluenceCurve
: influence curve.nuis.idx
object of class
"OptionalNumeric"
: indices ofestimate
belonging to the nuisance part.fixed
object of class
"OptionalNumeric"
: the fixed and known part of the parameter.steps
Object of class
"integer"
: number of steps.Infos
object of class
"matrix"
with two columns namedmethod
andmessage
: additional informations.trafo
object of class
"list"
: a list with componentsfct
andmat
(see below).untransformed.estimate
:Object of class
"ANY"
: untransformed estimate.untransformed.asvar
:object of class
"OptionalNumericOrMatrix"
which may contain the asymptotic (co)variance of the untransformed estimator.pICList
Optional object of class
"OptionalpICList"
: the list of (intermediate) (partial) influence curves used; only filled when called fromkStepEstimator
with argumentwithPICList==TRUE
.ICList
Optional object of class
"OptionalpICList"
: the list of (intermediate) (total) influence curves used; only filled when called fromkStepEstimator
with argumentwithICList==TRUE
.start
The argument
start
— of class"StartClass"
used in call tokStepEstimator
.startval
Object of class
matrix
: the starting value with which the k-step Estimator was initialized (inp
-space / transformed).ustartval
Object of class
matrix
: the starting value with which the k-step Estimator was initialized (ink
-space / untransformed).ksteps
Object of class
"OptionalMatrix"
: the intermediate estimates (inp
-space) for the parameter; only filled when called fromkStepEstimator
.uksteps
Object of class
"OptionalMatrix"
: the intermediate estimates (ink
-space) for the parameter; only filled when called fromkStepEstimator
.robestcall
Object of class
"OptionalCall"
, i.e., acall
orNULL
: only filled when called fromroptest
in package ROptEst.
Extends
Class "ALEstimate"
, directly.
Class "Estimate"
, by class "ALEstimate"
Methods
- steps
signature(object = "kStepEstimate")
: accessor function for slotsteps
.- ksteps
signature(object = "kStepEstimate")
: accessor function for slotksteps
; has additional argumentdiff
, defaulting toFALSE
; if the latter isTRUE
, the starting value from slotstartval
is prepended as first column; otherwise we return the corresponding increments in each step.- uksteps
signature(object = "kStepEstimate")
: accessor function for slotuksteps
; has additional argumentdiff
, defaulting toFALSE
; if the latter isTRUE
, the starting value from slotustartval
is prepended as first column; otherwise we return the corresponding increments in each step.- start
signature(object = "kStepEstimate")
: accessor function for slotstart
.- startval
signature(object = "kStepEstimate")
: accessor function for slotstartval
.- ustartval
signature(object = "kStepEstimate")
: accessor function for slotstartval
.- ICList
signature(object = "kStepEstimate")
: accessor function for slotICList
.- pICList
signature(object = "kStepEstimate")
: accessor function for slotpICList
.- robestCall
signature(object = "kStepEstimate")
: accessor function for slotrobestCall
.- timings
signature(object = "kStepEstimate")
: accessor function for attribute"timings"
.- show
signature(object = "kStepEstimate")
: a show method;
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de and Peter Ruckdeschel peter.ruckdeschel@uni-oldenurg.de