Generating function for asAnscombe-class
Generates an object of class "asAnscombe"
.
asAnscombe(eff = .95, biastype = symmetricBias(), normtype = NormType())
eff |
value in (0,1]: ARE in the ideal model |
biastype |
a bias type of class |
normtype |
a norm type of class |
Object of class asAnscombe
Peter Ruckdeschel peter.ruckdeschel@fraunhofer.itwm.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.
asAnscombe() ## The function is currently defined as function(eff = .95, biastype = symmetricBias(), normtype = NormType()){ new("asAnscombe", eff = eff, biastype = biastype, normtype = normtype) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.