| ORobEstimate-class {ROptEst} | R Documentation |
ORobEstimate-class.
Description
Class of optimally robust asymptotically linear estimates.
Objects from the Class
Objects can be created by calls of the form new("ORobEstimate", ...).
More frequently they are created as results of functions
roptest, MBREstimator, RMXEstimator, or
OMSEstimator.
Slots
nameObject of class
"character": name of the estimator. [*]estimateObject of class
"ANY": estimate. [*]estimate.callObject of class
"call": call by which estimate was produced. [*]samplesizeobject 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. [*]asvarobject of class
"OptionalNumericOrMatrix"which may contain the asymptotic (co)variance of the estimator. [*]asbiasOptional object of class
"numeric": asymptotic bias. [*]pICOptional object of class
InfluenceCurve: influence curve. [*]nuis.idxobject of class
"OptionalNumeric": indices ofestimatebelonging to the nuisance part. [*]fixedobject of class
"OptionalNumeric": the fixed and known part of the parameter. [*]stepsObject of class
"integer": number of steps. [*]Infosobject of class
"matrix"with two columns namedmethodandmessage: additional informations. [*]trafoobject of class
"list": a list with componentsfctandmat(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. [*]pICListOptional object of class
"OptionalpICList": the list of (intermediate) (partial) influence curves used; only filled when called fromORobEstimatorwith argumentwithPICList==TRUE. [*]ICListOptional object of class
"OptionalpICList": the list of (intermediate) (total) influence curves used; only filled when called fromORobEstimatorwith argumentwithICList==TRUE. [*]startThe argument
start— of class"StartClass"used in call toORobEstimator. [*]startvalObject of class
matrix: the starting value with which the k-step Estimator was initialized (inp-space / transformed). [*]ustartvalObject of class
matrix: the starting value with which the k-step Estimator was initialized (ink-space / untransformed). [*]kstepsObject of class
"OptionalMatrix": the intermediate estimates (inp-space) for the parameter; only filled when called fromORobEstimator. [*]ukstepsObject of class
"OptionalMatrix": the intermediate estimates (ink-space) for the parameter; only filled when called fromORobEstimator. [*]robestcallObject of class
"OptionalCall", i.e., acallorNULL: only filled when called fromroptest. [*]roptestcallObject of class
"OptionalCall", i.e., acallorNULL: only filled when called fromroptest,MBREstimator,RMXEstimator, orOMSEstimator.
Extends
Class "kStepEstimate", directly.
Class "ALEstimate" and class "Estimate", by
class "kStepstimate". All slots and methods marked with [*] are inherited.
Methods
- steps
signature(object = "ORobEstimate"): accessor function for slotsteps. [*]- ksteps
signature(object = "ORobEstimate"): accessor function for slotksteps; has additional argumentdiff, defaulting toFALSE; if the latter isTRUE, the starting value from slotstartvalis prepended as first column; otherwise we return the corresponding increments in each step. [*]- uksteps
signature(object = "ORobEstimate"): accessor function for slotuksteps; has additional argumentdiff, defaulting toFALSE; if the latter isTRUE, the starting value from slotustartvalis prepended as first column; otherwise we return the corresponding increments in each step. [*]- start
signature(object = "ORobEstimate"): accessor function for slotstart. [*]- startval
signature(object = "ORobEstimate"): accessor function for slotstartval. [*]- ustartval
signature(object = "ORobEstimate"): accessor function for slotstartval. [*]- ICList
signature(object = "ORobEstimate"): accessor function for slotICList. [*]- pICList
signature(object = "ORobEstimate"): accessor function for slotpICList. [*]- robestCall
signature(object = "ORobEstimate"): accessor function for slotrobestCall. [*]- roptestCall
signature(object = "ORobEstimate"): accessor function for slotroptestCall.- timings
signature(object = "ORobEstimate"): accessor function for attribute"timings". with additional argumentwithKStepdefaulting toFALSE; in case argumentwithKStep==TRUE, the return value is a list with itemstimingsandkStepTimingscombining the two timing informaion attributes.- kSteptimings
signature(object = "ORobEstimate"): accessor function for attribute"timings".- show
signature(object = "ORobEstimate"): a show method; [*]
Author(s)
Peter Ruckdeschel Peter.Ruckdeschel@uni-oldenburg.de
See Also
ALEstimate-class, kStepEstimate-class