Learn R Programming

distrMod (version 2.8.2)

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)))

Arguments

name

slot name of the class

QuadForm

slot QuadForm of the class

Value

Object of class "QFNorm"

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
# NOT RUN {
## 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