Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

asHampel

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 BiasType

normtype

a norm type of class NormType

Value

Object of class asHampel

Author(s)

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) }

distrMod

Object Oriented Implementation of Probability Models

v2.8.4
LGPL-3
Authors
Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], R Core Team [ctb, cph] (for source file 'format.perc')
Initial release
2020-03-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.