[Robast-commits] r1196 - in branches/robast-1.2/pkg: ROptEst ROptEst/man ROptEstOld ROptRegTS RandVar RandVar/man RobAStBase RobAStBase/man RobAStRDA RobAStRDA/man RobExtremes RobExtremes/man RobLox RobLox/man RobLoxBioC RobLoxBioC/man RobRex

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 10 18:45:01 CET 2019


Author: stamats
Date: 2019-03-10 18:45:01 +0100 (Sun, 10 Mar 2019)
New Revision: 1196

Modified:
   branches/robast-1.2/pkg/ROptEst/DESCRIPTION
   branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd
   branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION
   branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION
   branches/robast-1.2/pkg/RandVar/DESCRIPTION
   branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd
   branches/robast-1.2/pkg/RobAStBase/DESCRIPTION
   branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd
   branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION
   branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd
   branches/robast-1.2/pkg/RobExtremes/DESCRIPTION
   branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd
   branches/robast-1.2/pkg/RobLox/DESCRIPTION
   branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd
   branches/robast-1.2/pkg/RobLoxBioC/DESCRIPTION
   branches/robast-1.2/pkg/RobLoxBioC/man/0RobLoxBioC-package.Rd
   branches/robast-1.2/pkg/RobRex/DESCRIPTION
Log:
Udate of Date

Modified: branches/robast-1.2/pkg/ROptEst/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptEst/DESCRIPTION	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/ROptEst/DESCRIPTION	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,6 +1,6 @@
 Package: ROptEst
 Version: 1.2.0
-Date: 2018-08-03
+Date: 2019-03-10
 Title: Optimally Robust Estimation
 Description: Optimally robust estimation in general smoothly parameterized models using S4
         classes and methods.

Modified: branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd
===================================================================
--- branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,83 +1,83 @@
-\name{ROptEst-package}
-\alias{ROptEst-package}
-\alias{ROptEst}
-\docType{package}
-\title{
-Optimally robust estimation
-}
-\description{
-Optimally robust estimation in general smoothly parameterized models 
-using S4 classes and methods.
-}
-\details{
-\tabular{ll}{
-Package: \tab ROptEst \cr
-Version: \tab 1.2.0 \cr
-Date: \tab 2018-08-03 \cr
-Depends: \tab R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2), 
-RandVar(>= 0.9.2), RobAStBase(>= 1.0) \cr
-Suggests: \tab RobLox\cr
-Imports: \tab startupmsg, MASS, stats, graphics, utils, grDevices \cr
-ByteCompile: \tab yes \cr
-Encoding: \tab latin1 \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1097 \cr
-}
-}
-\author{
-Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.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.
-
-  M. Kohl, P. Ruckdeschel, H. Rieder (2010). Infinitesimally Robust Estimation in 
-  General Smoothly Parametrized Models. Statistical Methods and Application 19(3):333-354. 
-}
-\seealso{
-\code{\link[distr:0distr-package]{distr-package}}, 
-\code{\link[distrEx:0distrEx-package]{distrEx-package}},
-\code{\link[distrMod:0distrMod-package]{distrMod-package}}, 
-\code{\link[RandVar:0RandVar-package]{RandVar-package}},
-\code{\link[RobAStBase:0RobAStBase-package]{RobAStBase-package}}
-}
-\section{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.
-}
-\examples{
-## don't test to reduce check time on CRAN
-\donttest{
-library(ROptEst)
-
-## Example: Rutherford-Geiger (1910); cf. Feller~(1968), Section VI.7 (a)
-x <- c(rep(0, 57), rep(1, 203), rep(2, 383), rep(3, 525), rep(4, 532), 
-       rep(5, 408), rep(6, 273), rep(7, 139), rep(8, 45), rep(9, 27), 
-       rep(10, 10), rep(11, 4), rep(12, 0), rep(13, 1), rep(14, 1))
-
-## ML-estimate from package distrMod
-MLest <- MLEstimator(x, PoisFamily())
-MLest
-## confidence interval based on CLT
-confint(MLest)
-
-## compute optimally (w.r.t to MSE) robust estimator (unknown contamination)
-robEst <- roptest(x, PoisFamily(), eps.upper = 0.1, steps = 3)
-estimate(robEst)
-## check influence curve
-pIC(robEst)
-checkIC(pIC(robEst))
-## plot influence curve
-plot(pIC(robEst))
-## confidence interval based on LAN - neglecting bias
-confint(robEst)
-## confidence interval based on LAN - including bias
-confint(robEst, method = symmetricBias())
-}
-}
-\keyword{package}
+\name{ROptEst-package}
+\alias{ROptEst-package}
+\alias{ROptEst}
+\docType{package}
+\title{
+Optimally robust estimation
+}
+\description{
+Optimally robust estimation in general smoothly parameterized models
+using S4 classes and methods.
+}
+\details{
+\tabular{ll}{
+Package: \tab ROptEst \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2019-03-10 \cr
+Depends: \tab R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
+RandVar(>= 0.9.2), RobAStBase(>= 1.0) \cr
+Suggests: \tab RobLox\cr
+Imports: \tab startupmsg, MASS, stats, graphics, utils, grDevices \cr
+ByteCompile: \tab yes \cr
+Encoding: \tab latin1 \cr
+License: \tab LGPL-3 \cr
+URL: \tab http://robast.r-forge.r-project.org/\cr
+VCS/SVNRevision: \tab 1097 \cr
+}
+}
+\author{
+Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.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.
+
+  M. Kohl, P. Ruckdeschel, H. Rieder (2010). Infinitesimally Robust Estimation in
+  General Smoothly Parametrized Models. Statistical Methods and Application 19(3):333-354.
+}
+\seealso{
+\code{\link[distr:0distr-package]{distr-package}},
+\code{\link[distrEx:0distrEx-package]{distrEx-package}},
+\code{\link[distrMod:0distrMod-package]{distrMod-package}},
+\code{\link[RandVar:0RandVar-package]{RandVar-package}},
+\code{\link[RobAStBase:0RobAStBase-package]{RobAStBase-package}}
+}
+\section{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.
+}
+\examples{
+## don't test to reduce check time on CRAN
+\donttest{
+library(ROptEst)
+
+## Example: Rutherford-Geiger (1910); cf. Feller~(1968), Section VI.7 (a)
+x <- c(rep(0, 57), rep(1, 203), rep(2, 383), rep(3, 525), rep(4, 532),
+       rep(5, 408), rep(6, 273), rep(7, 139), rep(8, 45), rep(9, 27),
+       rep(10, 10), rep(11, 4), rep(12, 0), rep(13, 1), rep(14, 1))
+
+## ML-estimate from package distrMod
+MLest <- MLEstimator(x, PoisFamily())
+MLest
+## confidence interval based on CLT
+confint(MLest)
+
+## compute optimally (w.r.t to MSE) robust estimator (unknown contamination)
+robEst <- roptest(x, PoisFamily(), eps.upper = 0.1, steps = 3)
+estimate(robEst)
+## check influence curve
+pIC(robEst)
+checkIC(pIC(robEst))
+## plot influence curve
+plot(pIC(robEst))
+## confidence interval based on LAN - neglecting bias
+confint(robEst)
+## confidence interval based on LAN - including bias
+confint(robEst, method = symmetricBias())
+}
+}
+\keyword{package}

Modified: branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/ROptEstOld/DESCRIPTION	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,6 +1,6 @@
 Package: ROptEstOld
 Version: 1.2.0
-Date: 2018-08-03
+Date: 2019-03-10
 Title: Optimally Robust Estimation - Old Version
 Description: Optimally robust estimation using S4 classes and methods. Old version still needed
         for current versions of ROptRegTS and RobRex.

Modified: branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,6 +1,6 @@
 Package: ROptRegTS
 Version: 1.2.0
-Date: 2018-08-03
+Date: 2019-03-10
 Title: Optimally Robust Estimation for Regression-Type Models
 Description: Optimally robust estimation for regression-type models using S4 classes and
         methods.

Modified: branches/robast-1.2/pkg/RandVar/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RandVar/DESCRIPTION	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RandVar/DESCRIPTION	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,6 +1,6 @@
 Package: RandVar
 Version: 1.2.0
-Date: 2018-08-03
+Date: 2019-03-10
 Title: Implementation of Random Variables
 Description: Implements random variables by means of S4 classes and methods.
 Depends: R (>= 2.14.0), methods, distr(>= 2.8.0), distrEx(>= 2.8.0)

Modified: branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RandVar/man/0RandVar-package.Rd	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,48 +1,48 @@
-\name{RandVar-package}
-\alias{RandVar-package}
-\alias{RandVar}
-\docType{package}
-\title{
-Implementation of Random Variables
-}
-\description{
-Implementation of random variables by means of S4 classes and methods.
-}
-\details{
-\tabular{ll}{
-Package: \tab RandVar \cr
-Version: \tab 1.2.0 \cr
-Date: \tab 2018-08-03 \cr
-Depends: \tab R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>=
-2.5)\cr
-Imports: \tab startupmsg \cr
-ByteCompile: \tab yes \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1097 \cr
-}
-}
-\author{
-Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.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:0distr-package]{distr-package}}, \code{\link[distrEx:0distrEx-package]{distrEx-package}}
-}
-\section{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.
-}
-
-\examples{
-library(RandVar)
-#vignette("RandVar")
-}
-\keyword{package}
+\name{RandVar-package}
+\alias{RandVar-package}
+\alias{RandVar}
+\docType{package}
+\title{
+Implementation of Random Variables
+}
+\description{
+Implementation of random variables by means of S4 classes and methods.
+}
+\details{
+\tabular{ll}{
+Package: \tab RandVar \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2019-03-10 \cr
+Depends: \tab R (>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>=
+2.5)\cr
+Imports: \tab startupmsg \cr
+ByteCompile: \tab yes \cr
+License: \tab LGPL-3 \cr
+URL: \tab http://robast.r-forge.r-project.org/\cr
+VCS/SVNRevision: \tab 1097 \cr
+}
+}
+\author{
+Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.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:0distr-package]{distr-package}}, \code{\link[distrEx:0distrEx-package]{distrEx-package}}
+}
+\section{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.
+}
+
+\examples{
+library(RandVar)
+#vignette("RandVar")
+}
+\keyword{package}

Modified: branches/robast-1.2/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/DESCRIPTION	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RobAStBase/DESCRIPTION	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,6 +1,6 @@
 Package: RobAStBase
 Version: 1.2.0
-Date: 2018-08-03
+Date: 2019-03-10
 Title: Robust Asymptotic Statistics
 Description: Base S4-classes and functions for robust asymptotic statistics.
 Depends: R(>= 2.14.0), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.0),

Modified: branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RobAStBase/man/0RobAStBase-package.Rd	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,58 +1,58 @@
-\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
-Version: \tab 1.2.0 \cr
-Date: \tab 2018-08-03 \cr
-Depends: \tab R(>= 2.14.0), methods, rrcov, distr(>= 2.5.2), distrEx(>= 2.5),
-        distrMod(>= 2.5.2), RandVar(>= 0.9.2)\cr
-Suggests: \tab ROptEst, RUnit (>= 0.4.26)\cr
-Imports: \tab startupmsg, graphics, grDevices, stats\cr
-ByteCompile: \tab yes \cr
-Encoding: \tab  latin1 \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1097 \cr
-}
-}
-\author{
-Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.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:0distr-package]{distr-package}}, 
-\code{\link[distrEx:0distrEx-package]{distrEx-package}},
-\code{\link[distrMod:0distrMod-package]{distrMod-package}}
-}
-\section{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.
-}
-\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}
+\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
+Version: \tab 1.2.0 \cr
+Date: \tab 2019-03-10 \cr
+Depends: \tab R(>= 2.14.0), methods, rrcov, distr(>= 2.5.2), distrEx(>= 2.5),
+        distrMod(>= 2.5.2), RandVar(>= 0.9.2)\cr
+Suggests: \tab ROptEst, RUnit (>= 0.4.26)\cr
+Imports: \tab startupmsg, graphics, grDevices, stats\cr
+ByteCompile: \tab yes \cr
+Encoding: \tab  latin1 \cr
+License: \tab LGPL-3 \cr
+URL: \tab http://robast.r-forge.r-project.org/\cr
+VCS/SVNRevision: \tab 1097 \cr
+}
+}
+\author{
+Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.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:0distr-package]{distr-package}},
+\code{\link[distrEx:0distrEx-package]{distrEx-package}},
+\code{\link[distrMod:0distrMod-package]{distrMod-package}}
+}
+\section{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.
+}
+\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}

Modified: branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RobAStRDA/DESCRIPTION	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,6 +1,6 @@
 Package: RobAStRDA
 Version: 1.2.0
-Date: 2018-08-03
+Date: 2019-03-10
 Title: Interpolation Grids for Packages of the 'RobASt' - Family of Packages
 Description: Includes 'sysdata.rda' file for packages of the 'RobASt' - family of packages; is
         currently used by package 'RobExtremes' only.

Modified: branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RobAStRDA/man/0RobRDA-package.Rd	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,46 +1,46 @@
-\name{RobRDA-package}
-\alias{RobRDA-package}
-\alias{RobRDA}
-\docType{package}
-\title{
-Interpolation Grids for Packages of RobASt - Family of Pkgs
-}
-\description{
-This package only contains sysdata.rda (with corresponding interpolation grids
-for speedup); it is currently used in package \pkg{RobExtremes}.
-The code to produce its contents is split into two parts: (a) grid construction
-and (b) interpolator construction. While the code for (a) can be drawn from
-CRAN-packages \pkg{ROptEst} and \pkg{RobExtremes}, more specifically:
-see \code{?.RMXE.xi} (\pkg{RobExtremes}) resp. \code{?.RMXE.th} (\pkg{ROptEst}),
-as well as the contents of the (system) folder
-of package RobExtremes, i.e.,
-  \code{dir(file.path(system.file(package="RobExtremes"),"AddMaterial","interpolation"))},
-the code for (b) resides in the present package (and does not need to know anything
-about the grid construction). As it is not meant for users but rather for
-developers, it is not exported to the namespace; still, it is documented,
-see \code{?.generateInterpolators}.
-
-The reason to separate the rda file from the actual R packages is to
-keep the latter small while we expect the present package to only need
-seldom updates.
-
-See also mail exchange P.Ruckdeschel - U.Ligges on R-devel---
-\url{https://stat.ethz.ch/pipermail/r-devel/2013-February/065794.html}.
-}
-
-\details{
-\tabular{ll}{
-Package: \tab RobAStRDA \cr
-Version: \tab 1.2.0 \cr
-Date: \tab 2018-08-03 \cr
-Depends: \tab R (>= 2.3.0) \cr
-LazyData: \tab yes \cr
-ByteCompile: \tab yes \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1097 \cr
-}
-}
-
-\keyword{package}
-
+\name{RobRDA-package}
+\alias{RobRDA-package}
+\alias{RobRDA}
+\docType{package}
+\title{
+Interpolation Grids for Packages of RobASt - Family of Pkgs
+}
+\description{
+This package only contains sysdata.rda (with corresponding interpolation grids
+for speedup); it is currently used in package \pkg{RobExtremes}.
+The code to produce its contents is split into two parts: (a) grid construction
+and (b) interpolator construction. While the code for (a) can be drawn from
+CRAN-packages \pkg{ROptEst} and \pkg{RobExtremes}, more specifically:
+see \code{?.RMXE.xi} (\pkg{RobExtremes}) resp. \code{?.RMXE.th} (\pkg{ROptEst}),
+as well as the contents of the (system) folder
+of package RobExtremes, i.e.,
+  \code{dir(file.path(system.file(package="RobExtremes"),"AddMaterial","interpolation"))},
+the code for (b) resides in the present package (and does not need to know anything
+about the grid construction). As it is not meant for users but rather for
+developers, it is not exported to the namespace; still, it is documented,
+see \code{?.generateInterpolators}.
+
+The reason to separate the rda file from the actual R packages is to
+keep the latter small while we expect the present package to only need
+seldom updates.
+
+See also mail exchange P.Ruckdeschel - U.Ligges on R-devel---
+\url{https://stat.ethz.ch/pipermail/r-devel/2013-February/065794.html}.
+}
+
+\details{
+\tabular{ll}{
+Package: \tab RobAStRDA \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2019-03-10 \cr
+Depends: \tab R (>= 2.3.0) \cr
+LazyData: \tab yes \cr
+ByteCompile: \tab yes \cr
+License: \tab LGPL-3 \cr
+URL: \tab http://robast.r-forge.r-project.org/\cr
+VCS/SVNRevision: \tab 1097 \cr
+}
+}
+
+\keyword{package}
+

Modified: branches/robast-1.2/pkg/RobExtremes/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobExtremes/DESCRIPTION	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RobExtremes/DESCRIPTION	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,6 +1,6 @@
 Package: RobExtremes
 Version: 1.2.0
-Date: 2018-08-03
+Date: 2019-03-10
 Title: Optimally Robust Estimation for Extreme Value Distributions
 Description: Optimally robust estimation for extreme value distributions using S4 classes and
         methods (based on packages 'distr', 'distrEx', 'distrMod', 'RobAStBase', and

Modified: branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd	2019-03-04 17:38:36 UTC (rev 1195)
+++ branches/robast-1.2/pkg/RobExtremes/man/0RobExtremes-package.Rd	2019-03-10 17:45:01 UTC (rev 1196)
@@ -1,350 +1,350 @@
-\name{RobExtremes-package}
-\alias{RobExtremes-package}
-\alias{RobExtremes}
-\docType{package}
-\title{
-RobExtremes -- Optimally Robust Estimation for Extreme Value Distributions
-}
-\description{
-\pkg{RobExtremes} provides infrastructure for speeded-up optimally robust
-estimation (i.e., MBRE, OMSE, RMXE) for extreme value distributions,
-extending packages \pkg{distr}, \pkg{distrEx}, \pkg{distrMod},
-\pkg{robustbase}, \pkg{RobAStBase}, and \pkg{ROptEst}.}
-
-\section{Distributions}{
-
-Importing from packages \pkg{actuar},
-\pkg{evd}, it provides S4 classes and methods for the
-\itemize{\item Gumbel distribution
-         \item Generalized Extreme Value distribution (GEVD)
-         \item Generalized Pareto distribution (GPD)
-         \item Pareto distribution}
-%\cr
-}
-\section{Functionals for Distributions}{
-
-These distributions come together with particular methods for expectations.
-I.e., a functional E() as in package \pkg{distrEx}, which as first argument
-takes the distribution, and, optionally, can take as second argument
-a function which then is used as integrand. These particular methods are
-available for the GPD, Pareto, Gamma, Weibull, and GEV disdribution and use
-integration on the quantile scale, i.e.,
-\deqn{\mathop{E}[X]=\int_0^1 q^X(s)\,ds}{E[X] = integral_0^1 q^X(s) ds}
-where \eqn{q^X}{q^X} is the quantile function of X.
-In addition, where they exist, we provide closed from expressions for
-variances, median, IQR, skewness, kurtosis. \cr
-
-In addition, extending estimators \code{Sn} and \code{Qn} from package
-\pkg{robustbase}, we provide functionals for Sn and Qn. A new
-asymmetric version of the \code{mad}, \code{kMAD} gives yet another robust
-scale estimator (and functional). %\cr
-}
-
-\section{Models and Estimators}{
-
-As to models, we provide the
-\itemize{
-\item GPD model (with known threshold), together with (speeded-up) optimally
-robust estimators, with LDEstimators (in general, and with \code{medkMAD},
-\code{medSn} and \code{medQn} as particular ones) and Pickands' estimator as
-starting estimators.
-\item GEVD model (with known or unknown threshold), together with (speeded-up)
-optimally robust estimators, with LDEstimators (see above) and Pickands'
-estimator as starting estimators.
-\item Pareto model
-\item Weibull model
-\item Gamma model
-}
-and for each of these, we provide  speeded-up optimally robust estimation
-(i.e., MBRE, OMSE, RMXE).\cr
-
-We robust (high-breakdown) starting estimators for
-\itemize{
-  \item GPD (PickandsEstimator, medkMAD, medSn, medQn)
-  \item GEV (PickandsEstimator)
-  \item Pareto (Cramér-von-Mises-Minimum-Distance-Estimator)
-  \item Weibull (the quantile based estimator of Boudt/Caliskan/Croux)
-  \item Gamma (Cramér-von-Mises-Minimum-Distance-Estimator)
-}
-
-For all these families, of course, MLEs and Minimum-Distance-Estimators
-are also available through package "distrMod". %\cr
-}
-\section{Diagnostics}{
-
-We bridge to the diagnostics provided by package "ismev", i.e. our
-return objects can be plugged into the diagnostics of this package.\cr
-
-We have the usual diagnostic plots from package "RobAStBase", i.e.
-\itemize{
-  \item Outylingness plots  \code{outlyingPlotIC}
-  \item IC plots \code{plot}
-  \item Information plots via \code{infoPlot}
-  \item IC comparison plots via \code{comparePlot}
-  \item Cniperpoint plots (from package "ROptEst") via \code{CniperPointPlot}
-}
-but also (adopted from package "distrMod")
-\itemize{
-  \item qqplots (with confidence bands) via \code{qqplot}
-  \item returnlevel plots via \code{returnlevelplot}
-}%\cr
-}
-
-\section{Starting Point}{
- As a starting point you may look at the included script
-  \file{"RobFitsAtRealData.R"} in the scripts folder of the package,
-  accessible by
-    \code{file.path(system.file(package="RobExtremes"),
-             "scripts/RobFitsAtRealData.R")}.
-%\cr
-}
-
-\details{
-\tabular{ll}{
-Package: \tab RobExtremes \cr
-Version: \tab 1.2.0 \cr
-Date: \tab 2018-08-03 \cr
-Title: \tab Optimally Robust Estimation for Extreme Value Distributions\cr
-Description: \tab Optimally robust estimation for extreme value distributions
-using S4 classes and methods \cr
-\tab (based on packages distr, distrEx, distrMod, RobAStBase, and ROptEst). \cr
-Depends:\tab R (>= 2.14.0), methods, distrMod(>= 2.5.2), ROptEst(>= 1.0), robustbase(>= 0.8-0),
-        evd \cr
-Suggests: \tab RUnit (>= 0.4.26), ismev (>= 1.39) \cr
-Imports: \tab actuar, RobAStRDA, distr, distrEx, RandVar, RobAStBase, startupmsg \cr
-Authors:
-\tab Bernhard Spangl [contributed smoothed grid values of the Lagrange multipliers]\cr
-\tab Sascha Desmettre [contributed smoothed grid values of the Lagrange multipliers]\cr
-\tab Eugen Massini [contributed an interactive smoothing routine for smoothing the\cr
-\tab       Lagrange multipliers and smoothed grid values of the Lagrange multipliers] \cr
-\tab Daria Pupashenko [contributed MDE-estimation for GEV distribution in
-the framework of\cr
-\tab       her PhD thesis 2011--14]\cr
-\tab Gerald Kroisandt [contributed testing routines]\cr
-\tab Nataliya Horbenko ["aut","cph"] \cr
-\tab Matthias Kohl ["aut", "cph"]\cr
-\tab Peter Ruckdeschel ["cre", "aut", "cph"],\cr
-Contact: \tab peter.ruckdeschel at uni-oldenburg.de\cr
-ByteCompile: \tab yes \cr
-LazyLoad: \tab yes \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://robast.r-forge.r-project.org/\cr
-Encoding: \tab latin1 \cr
-VCS/SVNRevision: \tab 1097 \cr
-}
-}
-
-\section{Classes}{
-\preformatted{
-
-[*]: there is a generating function with the same name in RobExtremes
-[**]:  generating function from distrMod, but with (speeded-up)
-       opt.rob-estimators in RobExtremes
-
-##########################
-Distribution Classes
-##########################
-
-"Distribution" (from distr)
-|>"UnivariateDistribution" (from distr)
-|>|>"AbscontDistribution" (from distr)
-|>|>|>"Gumbel"    [*]
-|>|>|>"Pareto"    [*]
-|>|>|>"GPareto"   [*]
-|>|>|>"GEVD"      [*]
-
-
-##########################
-Parameter Classes
-##########################
-
-"OptionalParameter" (from distr)
-|>"Parameter" (from distr)
-|>|>"GumbelParameter"
-|>|>"ParetoParameter"
-|>|>"GEVDParameter"
-|>|>"GParetoParameter"
-
-##########################
-ProbFamily classes
-##########################
-slots: [<name>(<class>)]
-
-"ProbFamily"                                  (from distrMod)
-|>"ParamFamily"                               (from distrMod)
-|>|>"L2ParamFamily"                           (from distrMod)
-|>|>|>"L2GroupParamFamily"                    (from distrMod)
-|>|>|>|>"ParetoFamily"                  [*]
-|>|>|>|>"L2ScaleShapeUnion"                   (from distrMod)
-|>|>|>|>|>"GammaFamily"                 [**]
-|>|>|>|>|>"GParetoFamily"               [*]
-|>|>|>|>|>"GEVFamily"                   [*]
-|>|>|>|>|>"WeibullFamily"               [**]
-|>|>|>|>"L2LocationScaleUnion"  /VIRTUAL/     (from distrMod)
-|>|>|>|>|>"L2LocationFamily"                  (from distrMod)
-|>|>|>|>|>|>"GumbelLocationFamily"      [*]
-|>|>|>|>"L2LocScaleShapeUnion"  /VIRTUAL/     (from distrMod)
-|>|>|>|>|>"GEVFamilyMuUnknown"          [*]
-}
-}
-
-\section{Functions}{
-
-\preformatted{
-LDEstimator     Estimators for scale-shape models based on
-                location and dispersion
-medSn                    loc=median disp=Sn
-medQn                    loc=median disp=Qn
-medkMAD                  loc=median disp=kMAD
-asvarMedkMAD               [asy. variance to MedkMADE]
-PickandsEstimator        PickandsEstimator
-asvarPickands              [asy. variance to PickandsE]
-QuantileBCCEstimator     Quantile based estimator for the Weibull distribution
-asvarQBCC                  [asy. variance to QuantileBCCE]
-}}
-
-\section{Generating Functions}{
-\preformatted{
-
-Distribution Classes
-Gumbel                  Generating function for Gumbel-class
-GEVD                    Generating function for GEVD-class
-GPareto                 Generating function for GPareto-class
-Pareto                  Generating function for Pareto-class
-
-L2Param Families
-ParetoFamily            Generating function for ParetoFamily-class
-GParetoFamily           Generating function for GParetoFamily-class
-GEVFamily               Generating function for GEVFamily-class
-WeibullFamily           Generating function for WeibullFamily-class
-
-}}
-\section{Methods}{
-\preformatted{
-
-Functionals:
-E                       Generic function for the computation of
-                        (conditional) expectations
-var                     Generic functions for the computation of functionals
-IQR                     Generic functions for the computation of functionals
-median                  Generic functions for the computation of functionals
-skewness                Generic functions for the computation of functionals
-kurtosis                Generic functions for the computation of functionals
-Sn                      Generic function for the computation of (conditional)
-                        expectations
-Qn                      Generic functions for the computation of functionals
-
-}
-}
-\section{Constants}{
-\preformatted{
-
-EULERMASCHERONICONSTANT
-APERYCONSTANT
-
-}}
-
-\section{Acknowledgement}{
-This package is joint work by Peter Ruckdeschel, Matthias Kohl, and
-Nataliya Horbenko (whose PhD thesis went into this package to a large extent),
-with contributions by Dasha Pupashenko, Misha Pupashenko, Gerald Kroisandt,
-Eugen Massini, Sascha Desmettre, and Bernhard Spangl, in the framework of
-project "Robust Risk Estimation" (2011-2016) funded by Volkswagen foundation
-(and gratefully ackknowledged). Thanks also goes to the maintainers of CRAN,
-in particully to Uwe Ligges who greatly helped us with finding an appropriate
-way to store the database of interpolating functions which allow the speed up
--- this is now package RobAStRDA on CRAN. %\cr
-}
-
-\author{
-Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},\cr
-Matthias Kohl \email{Matthias.Kohl at stamats.de}, and \cr
-Nataliya Horbenko \email{nhorbenko at gmail.com},\cr
-
-\emph{Maintainer:}  Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}
-}
-\references{
-M. Kohl (2005): \emph{Numerical Contributions to the Asymptotic
-Theory of Robustness.} PhD Thesis. Bayreuth. Available as
-\url{http://r-kurs.de/RRlong.pdf}
-
-P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
-S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6. 
-\url{https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}
-
-M. Kohl, P. Ruckdeschel, H. Rieder (2010):
-Infinitesimally Robust Estimation in General Smoothly Parametrized Models.
-\emph{Stat. Methods Appl.}, \bold{19}, 333--354.\cr
-
-Ruckdeschel, P. and Horbenko, N. (2011): Optimally-Robust Estimators in Generalized
-Pareto Models. \emph{Statistics}. \bold{47}(4), 762--791.\cr
-
-Ruckdeschel, P. and Horbenko, N. (2012): Yet another breakdown point notion:
-EFSBP --illustrated at scale-shape models. \emph{Metrika}, \bold{75}(8),
-1025--1047.
-
-%a more detailed manual for \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and \pkg{RobExtremes} may be downloaded from
-%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}\cr
-
-A vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst},
-and \pkg{RobExtremes} is included into the mere documentation package \pkg{distrDoc}
-and may be called by \code{require("distrDoc");vignette("distr")}.
-
-A homepage to this package is available under \url{http://robast.r-forge.r-project.org/}.
-
-}
-
-\section{Start-up-Banner}{
-You may suppress the start-up banner/message completely by setting
-\code{options("StartupBanner"="off")} somewhere before loading this package by
-\code{library} or \code{require} in your R-code / R-session.
-%
-If option \code{"StartupBanner"} is not defined (default) or setting
-\code{options("StartupBanner"=NULL)} or
-\code{options("StartupBanner"="complete")} the complete start-up banner is
-displayed.
-%
-For any other value of option \code{"StartupBanner"} (i.e., not in
-\code{c(NULL,"off","complete")}) only the version information is displayed.
-%
-The same can be achieved by wrapping the \code{library} or \code{require}  call
-into either \code{suppressStartupMessages()} or
-\code{onlytypeStartupMessages(.,atypes="version")}.
-%
-As for general \code{packageStartupMessage}'s, you may also suppress all
- the start-up banner by wrapping the \code{library} or \code{require}
- call into \code{suppressPackageStartupMessages()} from
[TRUNCATED]

To get the complete diff run:
    svnlook diff /svnroot/robast -r 1196


More information about the Robast-commits mailing list