[Robast-commits] r1218 - in branches/robast-1.2/pkg/RobLox: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Apr 5 07:47:13 CEST 2019


Author: stamats
Date: 2019-04-05 07:47:12 +0200 (Fri, 05 Apr 2019)
New Revision: 1218

Modified:
   branches/robast-1.2/pkg/RobLox/DESCRIPTION
   branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd
Log:
Update of date -> svn tag without Umlaut

Modified: branches/robast-1.2/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/RobLox/DESCRIPTION	2019-04-05 05:43:04 UTC (rev 1217)
+++ branches/robast-1.2/pkg/RobLox/DESCRIPTION	2019-04-05 05:47:12 UTC (rev 1218)
@@ -1,6 +1,6 @@
 Package: RobLox
 Version: 1.2.0
-Date: 2019-03-13
+Date: 2019-04-05
 Title: Optimally Robust Influence Curves and Estimators for Location and Scale
 Description: Functions for the determination of optimally robust influence curves and
             estimators in case of normal location and/or scale.

Modified: branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd	2019-04-05 05:43:04 UTC (rev 1217)
+++ branches/robast-1.2/pkg/RobLox/man/0RobLox-package.Rd	2019-04-05 05:47:12 UTC (rev 1218)
@@ -1,75 +1,75 @@
-\name{RobLox-package}
-\alias{RobLox-package}
-\alias{RobLox}
-\docType{package}
-\title{
-Optimally robust influence curves and estimators for location and scale
-}
-\description{
-Functions for the determination of optimally robust influence curves and
-estimators in case of normal location and/or scale.
-}
-\details{
-\tabular{ll}{
-Package: \tab RobLox \cr
-Version: \tab 1.2.0 \cr
-Date: \tab 2019-03-13 \cr
-Depends: \tab R(>= 3.4), stats, distrMod(>= 2.8.0), RobAStBase(>= 1.2.0) \cr
-Imports: \tab methods, lattice, RColorBrewer, Biobase, RandVar(>= 1.2.0),
-    distr(>= 2.8.0) \cr
-Suggests: \tab MASS \cr
-ByteCompile: \tab yes \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1205 \cr
-}
-}
-\author{Matthias Kohl  \email{matthias.kohl at stamats.de}}
-\references{
-  M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
-  Dissertation. University of Bayreuth.
-
-  Rieder, H. (1994) \emph{Robust Asymptotic Statistics}. New York: Springer.
-
-  Rieder, H., Kohl, M. and Ruckdeschel, P. (2008). The Costs of not Knowing
-  the Radius. \emph{Statistical Methods and Applications} \bold{17}(1) 13-40.
-  Extended version: \url{http://r-kurs.de/RRlong.pdf}
-
-  M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation
-  in General Smoothly Parametrized Models. \emph{Statistical Methods and Application},
-  \bold{19}(3):333-354.
-}
-\seealso{ \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{
-library(RobLox)
-ind <- rbinom(100, size=1, prob=0.05)
-x <- rnorm(100, mean=ind*3, sd=(1-ind) + ind*9)
-roblox(x)
-
-res <- roblox(x, eps.lower = 0.01, eps.upper = 0.1, returnIC = TRUE)
-estimate(res)
-confint(res)
-confint(res, method = symmetricBias())
-pIC(res)
-
-## don't run to reduce check time on CRAN
-\dontrun{
-checkIC(pIC(res))
-Risks(pIC(res))
-Infos(pIC(res))
-plot(pIC(res))
-infoPlot(pIC(res))
-}
-
-## row-wise application
-ind <- rbinom(200, size=1, prob=0.05)
-X <- matrix(rnorm(200, mean=ind*3, sd=(1-ind) + ind*9), nrow = 2)
-rowRoblox(X)
-}
-\keyword{package}
+\name{RobLox-package}
+\alias{RobLox-package}
+\alias{RobLox}
+\docType{package}
+\title{
+Optimally robust influence curves and estimators for location and scale
+}
+\description{
+Functions for the determination of optimally robust influence curves and
+estimators in case of normal location and/or scale.
+}
+\details{
+\tabular{ll}{
+Package: \tab RobLox \cr
+Version: \tab 1.2.0 \cr
+Date: \tab 2019-04-05 \cr
+Depends: \tab R(>= 3.4), stats, distrMod(>= 2.8.0), RobAStBase(>= 1.2.0) \cr
+Imports: \tab methods, lattice, RColorBrewer, Biobase, RandVar(>= 1.2.0),
+    distr(>= 2.8.0) \cr
+Suggests: \tab MASS \cr
+ByteCompile: \tab yes \cr
+License: \tab LGPL-3 \cr
+URL: \tab http://robast.r-forge.r-project.org/\cr
+VCS/SVNRevision: \tab 1205 \cr
+}
+}
+\author{Matthias Kohl  \email{matthias.kohl at stamats.de}}
+\references{
+  M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
+  Dissertation. University of Bayreuth.
+
+  Rieder, H. (1994) \emph{Robust Asymptotic Statistics}. New York: Springer.
+
+  Rieder, H., Kohl, M. and Ruckdeschel, P. (2008). The Costs of not Knowing
+  the Radius. \emph{Statistical Methods and Applications} \bold{17}(1) 13-40.
+  Extended version: \url{http://r-kurs.de/RRlong.pdf}
+
+  M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation
+  in General Smoothly Parametrized Models. \emph{Statistical Methods and Application},
+  \bold{19}(3):333-354.
+}
+\seealso{ \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{
+library(RobLox)
+ind <- rbinom(100, size=1, prob=0.05)
+x <- rnorm(100, mean=ind*3, sd=(1-ind) + ind*9)
+roblox(x)
+
+res <- roblox(x, eps.lower = 0.01, eps.upper = 0.1, returnIC = TRUE)
+estimate(res)
+confint(res)
+confint(res, method = symmetricBias())
+pIC(res)
+
+## don't run to reduce check time on CRAN
+\dontrun{
+checkIC(pIC(res))
+Risks(pIC(res))
+Infos(pIC(res))
+plot(pIC(res))
+infoPlot(pIC(res))
+}
+
+## row-wise application
+ind <- rbinom(200, size=1, prob=0.05)
+X <- matrix(rnorm(200, mean=ind*3, sd=(1-ind) + ind*9), nrow = 2)
+rowRoblox(X)
+}
+\keyword{package}



More information about the Robast-commits mailing list