[Robast-commits] r429 - in branches/robast-0.8/pkg: ROptEst/man RandVar/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Oct 18 19:50:33 CEST 2010
Author: ruckdeschel
Date: 2010-10-18 19:50:32 +0200 (Mon, 18 Oct 2010)
New Revision: 429
Modified:
branches/robast-0.8/pkg/ROptEst/man/optIC.Rd
branches/robast-0.8/pkg/ROptEst/man/roptest.Rd
branches/robast-0.8/pkg/RandVar/R/util.R
Log:
changed some formatting errors in .Rd files and a little error in util.R in RandVar
Modified: branches/robast-0.8/pkg/ROptEst/man/optIC.Rd
===================================================================
--- branches/robast-0.8/pkg/ROptEst/man/optIC.Rd 2010-10-01 16:36:05 UTC (rev 428)
+++ branches/robast-0.8/pkg/ROptEst/man/optIC.Rd 2010-10-18 17:50:32 UTC (rev 429)
@@ -85,18 +85,18 @@
Kohl, M. and Ruckdeschel, P. (2010): R package distrMod:
Object-Oriented Implementation of Probability Models.
- J. Statist. Softw. \emph{35}(10), 1--27
+ J. Statist. Softw. \bold{35}(10), 1--27
Kohl, M. and Ruckdeschel, P., and Rieder, H. (2010):
Infinitesimally Robust Estimation in General Smoothly Parametrized Models.
- \textit{Stat. Methods Appl.}, \emph{19}, 333--354.
+ \emph{Stat. Methods Appl.}, \bold{19}, 333--354.
Rieder, H. (1980) Estimates derived from robust tests. Ann. Stats. \bold{8}: 106--115.
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. Statistical Methods and Applications \emph{17}(1) 13-40.
+ the Radius. Statistical Methods and Applications \bold{17}(1) 13-40.
Rieder, H., Kohl, M. and Ruckdeschel, P. (2001) The Costs of not Knowing
the Radius. Appeared as discussion paper Nr. 81.
Modified: branches/robast-0.8/pkg/ROptEst/man/roptest.Rd
===================================================================
--- branches/robast-0.8/pkg/ROptEst/man/roptest.Rd 2010-10-01 16:36:05 UTC (rev 428)
+++ branches/robast-0.8/pkg/ROptEst/man/roptest.Rd 2010-10-18 17:50:32 UTC (rev 429)
@@ -125,16 +125,16 @@
Kohl, M. and Ruckdeschel, P. (2010): R package distrMod:
Object-Oriented Implementation of Probability Models.
- J. Statist. Softw. \emph{35}(10), 1--27
+ J. Statist. Softw. \bold{35}(10), 1--27
Kohl, M. and Ruckdeschel, P., and Rieder, H. (2010):
Infinitesimally Robust Estimation in General Smoothly Parametrized Models.
- \textit{Stat. Methods Appl.}, \emph{19}, 333--354.
+ \emph{Stat. Methods Appl.}, \bold{19}, 333--354.
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. Statistical Methods and Applications \emph{17}(1) 13-40.
+ the Radius. Statistical Methods and Applications \bold{17}(1) 13-40.
Rieder, H., Kohl, M. and Ruckdeschel, P. (2001) The Costs of not Knowing
the Radius. Appeared as discussion paper Nr. 81.
Modified: branches/robast-0.8/pkg/RandVar/R/util.R
===================================================================
--- branches/robast-0.8/pkg/RandVar/R/util.R 2010-10-01 16:36:05 UTC (rev 428)
+++ branches/robast-0.8/pkg/RandVar/R/util.R 2010-10-18 17:50:32 UTC (rev 429)
@@ -9,7 +9,8 @@
n <- 10^getdistrOption("RtoDPQ.e")+1
u <- seq(0,1,length=n+1); u <- (u[1:n]+u[2:(n+1)])/2
- y <- f(q(distr)(u))
+ qd <- q(distr)
+ y <- f(qd(u))
if(length(unique(c(rl(10000),y)))==10000+length(y)){
DPQnew <- RtoDPQ(r=rl, y=y)
More information about the Robast-commits
mailing list