Learn R Programming

ROptEst (version 1.0)

lowerCaseRadius: Computation of the lower case radius

Description

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

Usage

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

Arguments

L2Fam
L2 differentiable parametric family
neighbor
object of class "Neighborhood"
risk
object of class "RiskType"
biastype
object of class "BiasType"
...
additional parameters

Value

Methods

References

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.

See Also

L2ParamFamily-class, Neighborhood-class

Examples

Run this code
lowerCaseRadius(BinomFamily(size = 10), ContNeighborhood(), asMSE())
lowerCaseRadius(BinomFamily(size = 10), TotalVarNeighborhood(), asMSE())

Run the code above in your browser using DataLab