Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

NormType-class

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)

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
EuclNorm <- NormType("EuclideanNorm",EuclideanNorm)
fct(EuclNorm)
name(EuclNorm)
## IGNORE_RDIFF_END

distrMod

Object Oriented Implementation of Probability Models

v2.8.4
LGPL-3
Authors
Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], R Core Team [ctb, cph] (for source file 'format.perc')
Initial release
2020-03-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.