NormType-class: Norm Type

NormType-classR 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@uni-oldenburg.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

## IGNORE_RDIFF_BEGIN
EuclNorm <- NormType("EuclideanNorm",EuclideanNorm)
fct(EuclNorm)
name(EuclNorm)
## IGNORE_RDIFF_END

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