lowerCaseRadius: Computation of the lower case radius

lowerCaseRadiusR Documentation

Computation of the lower case radius

Description

The lower case radius is computed; confer Subsection 2.1.2 in Kohl (2005).

Usage

lowerCaseRadius(L2Fam, neighbor, risk, ...)

Arguments

L2Fam

L2 differentiable parametric family

neighbor

object of class "Neighborhood"

risk

object of class "RiskType"

...

additional parameters

Value

lower case radius

Methods

L2Fam = "L2ParamFamily", neighbor = "ContNeighborhood", risk = "asMSE"

lower case radius for risk "asMSE" in case of "ContNeighborhood".

L2Fam = "L2ParamFamily", neighbor = "TotalVarNeighborhood", risk = "asMSE"

lower case radius for risk "asMSE" in case of "TotalVarNeighborhood".

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

References

Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

L2ParamFamily-class, Neighborhood-class

Examples

lowerCaseRadius(BinomFamily(size = 10), ContNeighborhood(), asMSE())
lowerCaseRadius(BinomFamily(size = 10), TotalVarNeighborhood(), asMSE())

ROptEstOld documentation built on Feb. 4, 2024, 3 p.m.