InfoNorm {distrMod} | R Documentation |
Generating function for InfoNorm-class
Description
Generates an object of class "InfoNorm"
—
used for information-standardized influence curves.
Usage
InfoNorm()
Value
Object of class "InfoNorm"
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
Examples
## IGNORE_RDIFF_BEGIN
InfoNorm()
## The function is currently defined as
function(){ new("InfoNorm") }
## IGNORE_RDIFF_END
[Package distrMod version 2.9.1 Index]