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