| 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
nameObject of class
"character".fctObject of class
"function"— the norm to be evaluated.
Methods
- name
signature(object = "NormType"): accessor function for slotname.- name<-
signature(object = "NormType", value = "character"): replacement function for slotname.- fct
signature(object = "NormType"): accessor function for slotfct.- fct<-
signature(object = "NormType", value = "function"): replacement function for slotfct.
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
Examples
## IGNORE_RDIFF_BEGIN
EuclNorm <- NormType("EuclideanNorm",EuclideanNorm)
fct(EuclNorm)
name(EuclNorm)
## IGNORE_RDIFF_END
[Package distrMod version 2.9.1 Index]