fiHampel: Generating function for fiHampel-class

View source: R/RiskType.R

fiHampelR Documentation

Generating function for fiHampel-class

Description

Generates an object of class "fiHampel".

Usage

fiHampel(bound = Inf)

Arguments

bound

positive real: bias bound

Value

Object of class fiHampel

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

References

Hampel et al. (1986) Robust Statistics. The Approach Based on Influence Functions. New York: Wiley.

Ruckdeschel, P. and Kohl, M. (2005) How to approximate the finite sample risk of M-estimators.

See Also

fiHampel-class

Examples

fiHampel()

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

distrMod documentation built on Nov. 16, 2022, 9:07 a.m.