| InfRobModel-class {ROptEst} | R Documentation |
Class of robust models with infinitesimal (unconditional) neighborhoods; i.e., the neighborhood is shrinking at a rate of sqrt(n).
Objects can be created by calls of the form new("InfRobModel", ...).
More frequently they are created via the generating function
InfRobModel.
center:"ProbFamily". neighbor:"UncondNeighborhood".
Class "RobModel", directly.
signature(object = "InfRobModel"):
replacement function for slot neighbor<- signature(object = "InfRobModel")Matthias Kohl Matthias.Kohl@stamats.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
ProbFamily-class, UncondNeighborhood-class,
InfRobModel
new("InfRobModel")