powered by
Class of norm types.
Could be generated by new("NormType"); more frequently one will use the generating function NormType
new("NormType")
NormType
name
Object of class "character".
"character"
fct
Object of class "function" --- the norm to be evaluated.
"function"
signature(object = "NormType"): accessor function for slot name.
signature(object = "NormType")
signature(object = "NormType", value = "character"): replacement function for slot name.
signature(object = "NormType", value = "character")
signature(object = "NormType"): accessor function for slot fct.
signature(object = "NormType", value = "function"): replacement function for slot fct.
signature(object = "NormType", value = "function")
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
BiasType-class
## IGNORE_RDIFF_BEGIN EuclNorm <- NormType("EuclideanNorm",EuclideanNorm) fct(EuclNorm) name(EuclNorm) ## IGNORE_RDIFF_END
Run the code above in your browser using DataLab