lowerCaseRadius {ROptEst} | R Documentation |
The lower case radius is computed; confer Subsection 2.1.2 in Kohl (2005) and formula (4.5) in Ruckdeschel (2005).
lowerCaseRadius(L2Fam, neighbor, risk, biastype, ...)
L2Fam |
L2 differentiable parametric family |
neighbor |
object of class "Neighborhood" |
risk |
object of class "RiskType" |
biastype |
object of class "BiasType" |
... |
additional parameters |
lower case radius
"asMSE"
in case of "ContNeighborhood"
for symmetric bias."asMSE"
in case of "TotalVarNeighborhood"
;
(argument biastype is just for signature reasons)."asMSE"
in case of "ContNeighborhood"
for onesided bias."asMSE"
in case of "ContNeighborhood"
for asymmetric bias.Matthias Kohl Matthias.Kohl@stamats.de, Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
Ruckdeschel, P. (2005) Optimally One-Sided Bounded Influence Curves. Mathematical Methods in Statistics 14(1), 105-131.
L2ParamFamily-class
, Neighborhood-class
lowerCaseRadius(BinomFamily(size = 10), ContNeighborhood(), asMSE()) lowerCaseRadius(BinomFamily(size = 10), TotalVarNeighborhood(), asMSE())