fiHampel {distrMod} | R 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
Examples
fiHampel()
## The function is currently defined as
function(bound = Inf){ new("fiHampel", bound = bound) }
[Package distrMod version 2.9.1 Index]