Some helper Classes in package 'RobAStBase':
Classes OptionalInfluenceCurve
, OptionalpICList
,
StartClass
, pICList
OptionalInfluenceCurve
is a class union of classes
InfluenceCurve
and NULL
;
OptionalInfluenceCurveOrCall
is a class union of classes
InfluenceCurve
, call
, and NULL
--- it is the slot
class of slot pIC
in ALEstimate
;
OptionalpICList
is a class union of classes
pICList
and NULL
--- it is the slot
class of slot pICList
in kStepEstimate
;
StartClass
is a class union of classes
function
, numeric
and Estimate
--- it is the slot
class of slot start
in kStepEstimate
.
pICList
is a descendant of class list
which requires
its members ---if any--- to be of class pIC
.
signature(object = "OptionalpICList")
:
particular show-method.
signature(object = "pICList")
:
particular show-method.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Hampel et al. (1986) Robust Statistics. The Approach Based on Influence Functions. New York: Wiley.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
InfluenceCurve
, RiskType-class