Learn R Programming

distrMod (version 2.0.7)

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

concept

  • Hampel risk
  • risk

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

Run this code
asHampel()

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

Run the code above in your browser using DataLab