Learn R Programming

ROptEst (version 1.3.4)

asL1-class: Asymptotic mean absolute error

Description

Class of asymptotic mean absolute error.

Arguments

Objects from the Class

Objects can be created by calls of the form new("asL1", ...). More frequently they are created via the generating function asL1.

Slots

type

Object of class "character": “asymptotic mean square error”.

biastype

Object of class "BiasType": symmetric, one-sided or asymmetric

normtype

Object of class "NormType": norm in which a multivariate parameter is considered

Extends

Class "asGRisk", directly.
Class "asRiskwithBias", by class "asGRisk".
Class "asRisk", by class "asRiskwithBias".
Class "RiskType", by class "asGRisk".

Methods

No methods defined with class "asL1" in the signature.

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

asGRisk-class, asMSE, asMSE-class, asL4-class, asL1

Examples

Run this code
new("asMSE")

Run the code above in your browser using DataLab