RobAStBase-package {RobAStBase} | R Documentation |
Base S4-classes and functions for robust asymptotic statistics.
Package: | RobAStBase |
Version: | 0.1.4 |
Date: | 2008-12-08 |
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/ |
Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de,
Matthias Kohl Matthias.Kohl@stamats.de
Maintainer: Matthias Kohl matthias.kohl@stamats.de
M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness. Dissertation. University of Bayreuth.
distr-package
, distrEx-package
,
distrMod-package
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)