Generating function for asHampel-class
Generates an object of class "asHampel"
.
asHampel(bound = Inf, biastype = symmetricBias(), normtype = NormType())
bound |
positive real: bias bound |
biastype |
a bias type of class |
normtype |
a norm type of class |
Object of class asHampel
Matthias Kohl Matthias.Kohl@stamats.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.
asHampel() ## The function is currently defined as function(bound = Inf, biastype = symmetricBias(), normtype = NormType()){ new("asHampel", bound = bound, biastype = biastype, normtype = normtype) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.