Learn R Programming

distrMod (version 2.9.4)

fiHampel: Generating function for fiHampel-class

Description

Generates an object of class "fiHampel".

Usage

fiHampel(bound = Inf)

Value

Object of class fiHampel

Arguments

bound

positive real: bias bound

Author

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

Run this code
fiHampel()

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

Run the code above in your browser using DataLab