| RobWeight-class {RobAStBase} | R Documentation |
Robust Weight classes
Description
Classes for robust weights.
Objects from the Class
Objects can be created by calls of the form new("RobWeight", ...).
Slots
nameObject of class
"character".weightObject of class
"function"— the weight function.
Methods
- name
signature(object = "RobWeight"): accessor function for slotname.- name<-
signature(object = "RobWeight"): replacement function for slotname.- weight
signature(object = "RobWeight"): accessor function for slotweight.- weight<-
signature(object = "RobWeight"): replacement function for slotweight.
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
Examples
## prototype
new("RobWeight")