QFNorm {distrMod} | R Documentation |
Generates an object of class "QFNorm"
.
QFNorm(name = "norm based on quadratic form", QuadForm = PosSemDefSymmMatrix(matrix(1)))
name |
slot name of the class |
QuadForm |
slot QuadForm of the class |
Object of class "QFNorm"
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.
QFNorm() ## The function is currently defined as function(){ new("QFNorm") }