OptionalInfluenceCurve-class {RobAStBase} | R Documentation |
Some helper Classes in package 'RobAStBase'
Description
Some helper Classes in package 'RobAStBase':
Classes OptionalInfluenceCurve
, OptionalpICList
,
StartClass
, pICList
Class Unions
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
.
List Classes
pICList
is a descendant of class list
which requires
its members —if any— to be of class pIC
.
Methods
- show
signature(object = "OptionalpICList")
: particular show-method.- show
signature(object = "pICList")
: particular show-method.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
References
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.
See Also
InfluenceCurve
, RiskType-class