[Robast-commits] r190 - in pkg/RobAStBase: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Oct 31 08:50:41 CET 2008


Author: stamats
Date: 2008-10-31 08:50:41 +0100 (Fri, 31 Oct 2008)
New Revision: 190

Added:
   pkg/RobAStBase/man/0RobAStBase-package.Rd
Modified:
   pkg/RobAStBase/DESCRIPTION
Log:
package Rd-file added, DESCRIPTION file updated

Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION	2008-10-31 07:39:23 UTC (rev 189)
+++ pkg/RobAStBase/DESCRIPTION	2008-10-31 07:50:41 UTC (rev 190)
@@ -1,9 +1,9 @@
 Package: RobAStBase
 Version: 0.1.2
-Date: 2008-10-23
+Date: 2008-10-31
 Title: Robust Asymptotic Statistics
 Description: Base S4-classes and functions for robust asymptotic statistics.
-Depends: R(>= 2.6.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.3)
+Depends: R(>= 2.7.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.3)
 Author: Matthias Kohl, Peter Ruckdeschel
 Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
 LazyLoad: yes

Added: pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- pkg/RobAStBase/man/0RobAStBase-package.Rd	                        (rev 0)
+++ pkg/RobAStBase/man/0RobAStBase-package.Rd	2008-10-31 07:50:41 UTC (rev 190)
@@ -0,0 +1,47 @@
+\name{RobAStBase-package}
+\alias{RobAStBase-package}
+\alias{RobAStBase}
+\docType{package}
+\title{
+Robust Asymptotic Statistics
+}
+\description{
+Base S4-classes and functions for robust asymptotic statistics.
+}
+\details{
+\tabular{ll}{
+Package: \tab RobAStBase\cr
+Type: \tab Package\cr
+Version: \tab 0.1.2\cr
+Date: \tab 2008-10-31\cr
+Depends: \tab R(>= 2.7.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.3)\cr
+LazyLoad: \tab yes\cr
+License: \tab LGPL-3\cr
+URL: \tab http://robast.r-forge.r-project.org/\cr
+}
+}
+\author{
+Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de},\cr%
+Matthias Kohl \email{Matthias.Kohl at stamats.de}\cr
+
+Maintainer: Matthias Kohl  \email{matthias.kohl at stamats.de}}
+\references{
+  M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
+  Dissertation. University of Bayreuth.
+}
+\seealso{
+\code{\link[distr]{distr-package}}, \code{\link[distrEx]{distrEx-package}},
+\code{\link[distrMod]{distrMod-package}}
+}
+\examples{
+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)
+}
+\keyword{package}



More information about the Robast-commits mailing list