BiasType-class {distrMod} | R Documentation |
Bias Type
Description
Class of bias types.
Objects from the Class
A virtual Class: No objects may be created from it.
Slots
name
Object of class
"character"
.
Methods
- name
signature(object = "BiasType")
: accessor function for slotname
.- name<-
signature(object = "BiasType", value = "character")
: replacement function for slotname
.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
References
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Ruckdeschel, P. (2005) Optimally One-Sided Bounded Influence Curves. Mathematical Methods in Statistics 14(1), 105-131.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
Examples
aB <- positiveBias()
name(aB)
[Package distrMod version 2.9.1 Index]