Learn R Programming

ROptEst (version 1.2.1)

asL1: Generating function for asMSE-class

Description

Generates an object of class "asMSE".

Usage

asL1(biastype = symmetricBias(), normtype = NormType())

Value

Object of class "asMSE"

Arguments

biastype

a bias type of class BiasType

normtype

a norm type of class NormType

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

References

Ruckdeschel, P. and Rieder, H. (2004) Optimal Influence Curves for General Loss Functions. Statistics & Decisions 22, 201-223.

See Also

asL1-class, asMSE, asL4

Examples

Run this code
asL1()

## The function is currently defined as
function(biastype = symmetricBias(), normtype = NormType()){ 
         new("asL1", biastype = biastype, normtype = normtype) }

Run the code above in your browser using DataLab