[Robast-commits] r435 - in branches/robast-0.8/pkg: ROptEst/inst ROptEstOld/inst ROptRegTS/inst RandVar/inst RobAStBase/inst RobLox/inst RobLoxBioC/inst RobRex/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 2 12:04:03 CET 2010


Author: ruckdeschel
Date: 2010-12-02 12:04:01 +0100 (Thu, 02 Dec 2010)
New Revision: 435

Modified:
   branches/robast-0.8/pkg/ROptEst/inst/NEWS
   branches/robast-0.8/pkg/ROptEstOld/inst/NEWS
   branches/robast-0.8/pkg/ROptRegTS/inst/NEWS
   branches/robast-0.8/pkg/RandVar/inst/NEWS
   branches/robast-0.8/pkg/RobAStBase/inst/NEWS
   branches/robast-0.8/pkg/RobLox/inst/NEWS
   branches/robast-0.8/pkg/RobLoxBioC/inst/NEWS
   branches/robast-0.8/pkg/RobRex/inst/NEWS
Log:
updated NEWS files

Modified: branches/robast-0.8/pkg/ROptEst/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/ROptEst/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/ROptEst/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,93 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+USER-VISIBLE CHANGES:
+
+  functions/classes:
+  + added new Risk class asAnscombe for determining OBRE to given ARE in 
+    the ideal model 
+  + now Anscombe-Risk also works with information standardization 
+   ( but is not suited for self-standardization!)
+
+  + new risk asL1 asL4 (for asy. mean absolute error and asy mean power 4 error) 
+    with generators etc
+
+  + new method get.asGRisk.fct to obtain a function in r,s,b (s=var^.5) 
+    to compute respective as. G-Risk
+  
+  + getAsRisk now has (almost) the same signature for different methods 
+    (so that in can easily be called when the actual risk is not clear)
+
+  + new helper methods makeIC to apply to functions or list of functions 
+         for easily producing (suboptimal) ICs
+
+  + new function getReq for two ICs IC1 and IC2 to compute a radius 
+    interval where IC1 is better than IC2 acc. to G-Risk
+
+  + new function getMaxIneff() to compute for any IC of class 
+    'IC' the maximal inefficiency on r in [0,Inf)
+
+  scripts/examples:
+  + uploaded Script for NbinomFamily
+  + added demo script for Normal Location case
+  + added calls to getMaxIneff() and getReq() in script to Normal Location
+  + examples for asAnscombe (see examples in inst folder (Binomial, Gamma, Nbinom, 
+    NormalLocationScale, NormalScale, Poisson);
+  + Integrated new example to getReq.Rd and new script AnscombeOrNot.R 
+
+  + some modifications/additions needed for the revised version 
+    of the corresponding manuscript.
+    names of added scripts were wrong ...
+
+  documentation:
+  + new references included in help files
+  + DESCRIPTION files and package-help files gain a tag SVNRevision 
+    to be filled by get[All]RevNr.R from utils in distr
+  
+  enhancements:
+  + filled Feature Request #919 / 
+         cniperPointPlot now digests arbitrary plot arguments.
+
+
+BUG FIXES
+
+  + fixed an issue with lower case solution in 
+    information/self-standardization;
+
+  + committed some missing Rd files for Anscombe class
+  + fixed some bug in Anscombe-risk for univariate L2deriv
+
+  + fixed a bug in multivariate version of getMaxIneff()
+    included respective examples to Rd file (with sin,cos-IC)
+  + a buglet in getInfClip.R
+
+  + fixed the asL1, asL4 issue --- getInfGamma beforehand was 
+         defined for asMSE not for asGRisk
+
+  + fixed two bugs in calculation of risks: 
+         trAsCov and asCov (for total variation)
+
+  + fixed a little bug in comparePlot if we want to plot pIC's
+ 
+  + fixed a buglet in asL1 asL4 risks
+
+  + fixed yet another buglet in asL1 risks
+
+  + fixed a little bug in getMaxIneff.R
+  + lower and upper interval bounds for search in clipping height 
+    in getInfRobIC_asGRisk.R are now selected differently for 
+    univariate L2-deriv according to whether risk is asMSE() or not
+   
+  + for restoring old par() values, not all attributes may 
+    be set; hence deleted them from stored value in plot 
+	functions by something like
+        opar$cin <- opar$cra <- opar$csi <- opar$cxy <-  opar$din <- NULL
+
+		 
+#######################################
 version 0.7
 #######################################
 

Modified: branches/robast-0.8/pkg/ROptEstOld/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/ROptEstOld/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/ROptEstOld/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,14 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+no changes this time
++ DESCRIPTION files and package-help files gain a tag SVNRevision 
+  to be filled by get[All]RevNr.R from utils in distr
+
+#######################################
 version 0.7
 #######################################
 

Modified: branches/robast-0.8/pkg/ROptRegTS/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/ROptRegTS/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/ROptRegTS/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,14 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+no changes this time
++ DESCRIPTION files and package-help files gain a tag SVNRevision 
+  to be filled by get[All]RevNr.R from utils in distr
+
+#######################################
 version 0.7
 #######################################
 

Modified: branches/robast-0.8/pkg/RandVar/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/RandVar/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/RandVar/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,20 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+UNDER THE HOOD:
++ implemented Nataliyas quantile trick for RandVar (util).
++ changed some formatting errors in .Rd files and a 
+  little error in util.R
+
+
++ DESCRIPTION files and package-help files gain a tag SVNRevision 
+  to be filled by get[All]RevNr.R from utils in distr
+
+
+#######################################
 version 0.7
 #######################################
 

Modified: branches/robast-0.8/pkg/RobAStBase/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/RobAStBase/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/RobAStBase/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,60 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+USER-VISIBLE CHANGES
++ new helper methods makeIC to apply to functions or list of functions 
+         for easily producing (suboptimal) ICs
++ included risk computation for sin,cos-IC in makeIC-methods.Rd
+
++ qqplot for RobModel now produces outlier adjusted CIs
+
++ ddPlot: additional annotation parameters
+        (all with reasonable defaults)
+
+        -text.abline:          controls whether cutoff lines get labeled
+        -text.abline.x, 
+        -text.abline.y:        text to be added as labels, 
+                               defaults to something like "95%-cutoff = 4.32"  
+							   4.32 the cutoff value)
+        
+		-cex.abline, 
+        -col.abline, 
+        -font.abline, 
+        -adj.abline:           respective parameters for labels
+        
+		-text.abline.x.x, 
+        -text.abline.x.y, 
+        -text.abline.y.x, 
+        -text.abline.y.y:      coordinates of labels,
+
+		-text.abline.x.fmt.cx, 
+        -text.abline.x.fmt.qx, 
+        -text.abline.y.fmt.cy, 
+        -text.abline.y.fmt.qy: format strings for cutoff quantiles 
+		                       and values in labels
+
+  -arguments cex.idn and col.idn now if missing first check against arguments 
+   cex and col respectively before using defaults par("cex") and par("col") respectively
+
++ for restoring old par() values, not all attributes may be set; 
+  hence deleted them from stored value in plot functions by something like
+        opar$cin <- opar$cra <- opar$csi <- opar$cxy <-  opar$din <- NULL
+
++ infoPlot gains arguments ylab.rel and ylab.abs to set the label 
+  for y axis (as requested by N. Horbenko)
+
++ DESCRIPTION files and package-help files gain a tag SVNRevision 
+  to be filled by get[All]RevNr.R from utils in distr
+
+BUGFIXES  
+
++   you could not place single plots where you wanted...
++   Nataliya found yet another bug in infoPlot.R
+  
+#######################################
 version 0.7
 #######################################
 

Modified: branches/robast-0.8/pkg/RobLox/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/RobLox/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/RobLox/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,18 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+BUG FIX:
++ roblox(): if only sd or mean is to be estimated, starting 
+  value mean.sd was not; similarly, in case only mean is of 
+  interest, robEst had no component est...
+
+  + DESCRIPTION files and package-help files gain a tag SVNRevision 
+  to be filled by get[All]RevNr.R from utils in distr
+
+#######################################
 version 0.7
 #######################################
 

Modified: branches/robast-0.8/pkg/RobLoxBioC/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/RobLoxBioC/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/RobLoxBioC/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,14 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+no changes this time
++ DESCRIPTION files and package-help files gain a tag SVNRevision 
+  to be filled by get[All]RevNr.R from utils in distr
+
+#######################################
 version 0.7
 #######################################
 

Modified: branches/robast-0.8/pkg/RobRex/inst/NEWS
===================================================================
--- branches/robast-0.8/pkg/RobRex/inst/NEWS	2010-11-29 18:17:52 UTC (rev 434)
+++ branches/robast-0.8/pkg/RobRex/inst/NEWS	2010-12-02 11:04:01 UTC (rev 435)
@@ -8,6 +8,14 @@
  information)
 
 #######################################
+version 0.8
+#######################################
+
+no changes this time
++ DESCRIPTION files and package-help files gain a tag SVNRevision 
+  to be filled by get[All]RevNr.R from utils in distr
+
+#######################################
 version 0.7
 #######################################
 



More information about the Robast-commits mailing list