asL4: Generating function for asL4-class

asL4R Documentation

Generating function for asL4-class

Description

Generates an object of class "asL4".

Usage

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

Arguments

biastype

a bias type of class BiasType

normtype

a norm type of class NormType

Value

Object of class "asL4"

Author(s)

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

asL4-class, asMSE, asL1

Examples

asL4()

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

ROptEst documentation built on Nov. 17, 2022, 1:06 a.m.

Related to asL4 in ROptEst...