[Robast-commits] r1177 - in branches/robast-1.2/pkg: RobAStBase/inst RobExtremes/inst RobLox/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 1 11:44:23 CET 2019


Author: ruckdeschel
Date: 2019-03-01 11:44:22 +0100 (Fri, 01 Mar 2019)
New Revision: 1177

Modified:
   branches/robast-1.2/pkg/RobAStBase/inst/NEWS
   branches/robast-1.2/pkg/RobExtremes/inst/NEWS
   branches/robast-1.2/pkg/RobLox/inst/NEWS
Log:
updated NEWS 

Modified: branches/robast-1.2/pkg/RobAStBase/inst/NEWS
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/inst/NEWS	2019-03-01 10:12:51 UTC (rev 1176)
+++ branches/robast-1.2/pkg/RobAStBase/inst/NEWS	2019-03-01 10:44:22 UTC (rev 1177)
@@ -31,6 +31,9 @@
   information on integrations; this information (if argument "diagnostic" is TRUE)
   is stored in attribute "diagnostic" of the return value
 + accessor "timings" to attribute "timings" of an object of class "kStepEstimate"
++ triggered by a mail by K. Hornik who spotted output in checkIC varying from architecture to architecture,
+  (which is below machine accuracy hence to be ignored) we now delete non-significant digits in centering 
++ refined Rd for outlyingPlotIC (with cutoff.quant())
   
 bugfixes  
 + and a forgotten no longer used instance of oldmodif in kStepEstimator
@@ -38,6 +41,20 @@
    xn1 <- rnbinom(100,size=25,prob=0.2)
    N1.w <- NbinomwithSizeFamily(size = 25, prob = 0.25)
    print(CvMMDEstimator(xn1,N1.w,.withEvalAsVar=FALSE))
++ lapply was called in the wrong order in .prepareTitles
++ grids can now also be drawn if with.automatic.grid == TRUE if 
+  neither scaleX nor scaleY is TRUE
++ wrong initialization of col.npts in infoPlot
++ mixed up n.CI and n in qqplot
++ in ddPlot_utils, argument main was not passed through 
++ in plot-method for ICs, legend is now recylced when given as argument
++ possible double argument lwd is caught in plot-method for ICs, in comparePlot, and in infoPlot
++ x.vecD was not used as list in comparePlot, arguments x, y were not named in call to matlines in comparePlot
++ in plotWrappers, legend is now adapted to different wrappers, cex.lab=1, in PlotIC argument y was not passed 
++ taken up Kornelius' suggestions to better capsulate our code, in our plot wrapper functions, we now avoid 
+  evaluation of the unevaluated call within the wrapper function; instead, we now have two argsLists, one 
+  evaluated for subsequent use in do.call (where all list items are evaluated, as as rule in the parent env) 
+  and an unevaluated one for use to create a call to be issued
 
 under the hood
 + new S4 (estimator) class "MCALEstimate" containing both 

Modified: branches/robast-1.2/pkg/RobExtremes/inst/NEWS
===================================================================
--- branches/robast-1.2/pkg/RobExtremes/inst/NEWS	2019-03-01 10:12:51 UTC (rev 1176)
+++ branches/robast-1.2/pkg/RobExtremes/inst/NEWS	2019-03-01 10:44:22 UTC (rev 1177)
@@ -11,6 +11,10 @@
 version 1.2
 #######################################
 
+user-visible CHANGES:
++ return object of roptest (with interpolRisks) now contains information on its bias,
+  so can, e.g., be used in confint with accounting for possible bias
+
 bugfixes:
 + Bernhard discovered a bug in ".checkEstClassForParamFamily" for GEV (was GPD instead of GEV)
 + there were no classes [GPD/GEV]MDEstimate -> fixed now
@@ -110,7 +114,7 @@
   realized in startEstGEV.R : a CvM-MDE with xi varying on a grid...
 + provide wrapper for ismev-diagnostics ie gev.diag, gev.prof, gev.profxi, 
   gpd.diag, gpd.prof, gpd.profxi
-
+  
 GENERAL ENHANCEMENTS:
 
 under the hood:

Modified: branches/robast-1.2/pkg/RobLox/inst/NEWS
===================================================================
--- branches/robast-1.2/pkg/RobLox/inst/NEWS	2019-03-01 10:12:51 UTC (rev 1176)
+++ branches/robast-1.2/pkg/RobLox/inst/NEWS	2019-03-01 10:44:22 UTC (rev 1177)
@@ -11,6 +11,10 @@
 version 1.2
 #######################################
 
+user-visible CHANGES:
++ roblox now returns correct slots trafo, untransformed.estimate, and untransformed.asvar
+  so its return value can now e.g. be used with qqplot
+
 under the hood
 + the modifyIC functions gain argument withMakeIC to be consistent with the signature in RobAStBase
   (the arg is ignored in the RobLox Code)



More information about the Robast-commits mailing list