Learn R Programming

RobAStBase (version 0.7.1)

HampIC-class: Influence curve of Hampel type

Description

Class of (partial) influence curves of Hampel (= total variation or contamination) type; used as common mother class for classes ContIC and TotalVarIC.

Arguments

docType

class

Objects from the Class

Objects can be created by calls of the form new("HampIC", ...).

Extends

Class "IC", directly. Class "InfluenceCurve", by class "IC".

concept

influence curve

References

Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer. Kohl, M. (2005) Numerical Hampributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

IC-class

Examples

Run this code
IC1 <- new("HampIC")
plot(IC1)

Run the code above in your browser using DataLab