asHampel {ROptEstOld}R Documentation

Generating function for asHampel-class

Description

Generates an object of class "asHampel".

Usage

asHampel(bound = Inf)

Arguments

bound positive real: bias bound

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

asHampel-class

Examples

asHampel()

## The function is currently defined as
function(bound = Inf){ new("asHampel", bound = bound) }

[Package ROptEstOld version 0.5.2 Index]