asHampel: Generating function for asHampel-class

View source: R/RiskType.R

asHampelR 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 BiasType

normtype

a norm type of class NormType

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, biastype = symmetricBias(), normtype = NormType()){ 
    new("asHampel", bound = bound, biastype = biastype, normtype = normtype) }

distrMod documentation built on Jan. 31, 2024, 3:06 a.m.