lowerCaseRadius {ROptEstOld} | R Documentation |
The lower case radius is computed; confer Subsection 2.1.2 in Kohl (2005).
lowerCaseRadius(L2Fam, neighbor, risk, ...)
L2Fam |
L2 differentiable parametric family |
neighbor |
object of class "Neighborhood" |
risk |
object of class "RiskType" |
... |
additional parameters |
lower case radius
"asMSE"
in case of "ContNeighborhood"
."asMSE"
in case of "TotalVarNeighborhood"
.Matthias Kohl Matthias.Kohl@stamats.de
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
L2ParamFamily-class
, Neighborhood-class
lowerCaseRadius(BinomFamily(size = 10), ContNeighborhood(), asMSE()) lowerCaseRadius(BinomFamily(size = 10), TotalVarNeighborhood(), asMSE())