NormType-class {distrMod} | R Documentation |
Class of norm types.
Could be generated by new("NormType")
; more frequently one will use
the generating function NormType
name
:"character"
.fct
:"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@itwm.fraunhofer.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
EuclNorm <- NormType("EuclideanNorm",EuclideanNorm) fct(EuclNorm) name(EuclNorm)