Learn R Programming

RobAStBase (version 0.7.1)

RobAStBase-package: Robust Asymptotic Statistics

Description

Base S4-classes and functions for robust asymptotic statistics.

Arguments

docType

package

Package versions

Note: The first two numbers of package versions do not necessarily reflect package-individual development, but rather are chosen for the RobAStXXX family as a whole in order to ease updating "depends" information.

Details

ll{ Package: RobAStBase Version: 0.7 Date: 2009-09-04 Depends: R(>= 2.7.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.3) LazyLoad: yes License: LGPL-3 URL: http://robast.r-forge.r-project.org/ }

References

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

See Also

distr-package, distrEx-package, distrMod-package

Examples

Run this code
library(RobAStBase)

## some L2 differentiable parametric family from package distrMod, e.g.
B <- BinomFamily(size = 25, prob = 0.25) 

## classical optimal IC
IC0 <- optIC(model = B, risk = asCov())
plot(IC0) # plot IC
checkIC(IC0, B)

Run the code above in your browser using DataLab