Learn R Programming

distrMod (version 2.9.4)

QFNorm: Generating function for QFNorm-class

Description

Generates an object of class "QFNorm".

Usage

QFNorm(name = "norm based on quadratic form", 
       QuadForm = PosSemDefSymmMatrix(matrix(1)))

Value

Object of class "QFNorm"

Arguments

name

slot name of the class

QuadForm

slot QuadForm of the class

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

References

Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.

Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

QFNorm-class

Examples

Run this code
## IGNORE_RDIFF_BEGIN
QFNorm()

## The function is currently defined as
function(){ new("QFNorm") }
## IGNORE_RDIFF_END

Run the code above in your browser using DataLab