asL4 | R Documentation |
Generates an object of class "asL4"
.
asL4(biastype = symmetricBias(), normtype = NormType())
biastype |
a bias type of class |
normtype |
a norm type of class |
Object of class "asL4"
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
P. Ruckdeschel and H. Rieder (2004). Optimal Influence Curves for General Loss Functions. Statistics & Decisions 22, 201-223. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1524/stnd.22.3.201.57067")}
asL4-class
, asMSE
, asL1
asL4()
## The function is currently defined as
function(biastype = symmetricBias(), normtype = NormType()){
new("asL4", biastype = biastype, normtype = normtype) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.