Learn R Programming

ROptEst (version 1.3.4)

asL4: Generating function for asL4-class

Description

Generates an object of class "asL4".

Usage

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

Value

Object of class "asL4"

Arguments

biastype

a bias type of class BiasType

normtype

a norm type of class NormType

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

References

P. Ruckdeschel and H. Rieder (2004). Optimal Influence Curves for General Loss Functions. Statistics & Decisions 22, 201-223. tools:::Rd_expr_doi("10.1524/stnd.22.3.201.57067")

See Also

asL4-class, asMSE, asL1

Examples

Run this code
asL4()

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

Run the code above in your browser using DataLab