Norm Type
Class of norm types.
Could be generated by new("NormType")
; more frequently one will use
the generating function NormType
name
Object of class "character"
.
fct
Object of class "function"
— the norm to be evaluated.
signature(object = "NormType")
:
accessor function for slot name
.
signature(object = "NormType", value = "character")
:
replacement function for slot name
.
signature(object = "NormType")
:
accessor function for slot fct
.
signature(object = "NormType", value = "function")
:
replacement function for slot fct
.
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.
## IGNORE_RDIFF_BEGIN EuclNorm <- NormType("EuclideanNorm",EuclideanNorm) fct(EuclNorm) name(EuclNorm) ## IGNORE_RDIFF_END
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.