asHampel {distrMod} | R Documentation |
Generating function for asHampel-class
Description
Generates an object of class "asHampel"
.
Usage
asHampel(bound = Inf, biastype = symmetricBias(), normtype = NormType())
Arguments
bound |
positive real: bias bound |
biastype |
a bias type of class |
normtype |
a norm type of class |
Value
Object of class asHampel
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
References
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.
See Also
Examples
asHampel()
## The function is currently defined as
function(bound = Inf, biastype = symmetricBias(), normtype = NormType()){
new("asHampel", bound = bound, biastype = biastype, normtype = normtype) }
[Package distrMod version 2.9.1 Index]