SelfNorm: Generating function for SelfNorm-class

View source: R/norms.R

SelfNormR Documentation

Generating function for SelfNorm-class

Description

Generates an object of class "SelfNorm" — used for self-standardized influence curves.

Usage

SelfNorm()

Value

Object of class "SelfNorm"

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

References

Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.

Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

SelfNorm-class

Examples

## IGNORE_RDIFF_BEGIN
SelfNorm()

## The function is currently defined as
function(){ new("SelfNorm") }
## IGNORE_RDIFF_END

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