RobWeight-class {RobAStBase} | R Documentation |
Classes for robust weights.
Objects can be created by calls of the form new("RobWeight", ...)
.
name
:"character"
. weight
:"function"
— the weight function.signature(object = "RobWeight")
:
accessor function for slot name
. signature(object = "RobWeight")
:
replacement function for slot name
. signature(object = "RobWeight")
:
accessor function for slot weight
. signature(object = "RobWeight")
:
replacement function for slot weight
. Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.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.
## prototype new("RobWeight")