NormType-class {distrMod}R Documentation

Norm Type

Description

Class of norm types.

Objects from the Class

Could be generated by new("NormType"); more frequently one will use the generating function NormType

Slots

name:
Object of class "character".
fct:
Object of class "function" — the norm to be evaluated.

Methods

name
signature(object = "NormType"): accessor function for slot name.
name<-
signature(object = "NormType", value = "character"): replacement function for slot name.
fct
signature(object = "NormType"): accessor function for slot fct.
fct<-
signature(object = "NormType", value = "function"): replacement function for slot fct.

Author(s)

Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.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

BiasType-class

Examples

EuclNorm <- NormType("EuclideanNorm",EuclideanNorm)
fct(EuclNorm)
name(EuclNorm)

[Package distrMod version 2.0.7 Index]