[Robast-commits] r779 - in branches/robast-1.0/pkg: ROptEst/inst RobAStBase/inst RobAStRDA/inst RobExtremes/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 10 14:42:06 CEST 2014


Author: ruckdeschel
Date: 2014-08-10 14:42:06 +0200 (Sun, 10 Aug 2014)
New Revision: 779

Modified:
   branches/robast-1.0/pkg/ROptEst/inst/NEWS
   branches/robast-1.0/pkg/RobAStBase/inst/NEWS
   branches/robast-1.0/pkg/RobAStRDA/inst/NEWS
   branches/robast-1.0/pkg/RobExtremes/inst/NEWS
Log:
updated NEWS files

Modified: branches/robast-1.0/pkg/ROptEst/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/ROptEst/inst/NEWS	2014-08-05 17:30:44 UTC (rev 778)
+++ branches/robast-1.0/pkg/ROptEst/inst/NEWS	2014-08-10 12:42:06 UTC (rev 779)
@@ -8,6 +8,35 @@
  information)
 
 #######################################
+version 1.0
+#######################################
+
+user-visible CHANGES:
++ cniperPointPlot gains capacity to deal with "interpolRisk" - risks
+
+GENERAL ENHANCEMENTS:
+
+under the hood:
++ preparations for evalation of LMs on xi grid for GEVFamilyMuUnknown. 
++ new methods for normtype and biastype for interpolRisk, as well as getRiskFctBV
+  => now cniperPointPlot should work for GPD-type data 
++ removed ::: internal dependencies (within distr&robast-Fam's of pkgs) by 
+  copying respective routines
++ adjusted plot-Method for ICs to include the new argument x.vec
+
+  
+BUGFIXES:
++ two bugs in plotWrapper.R in pkgs RobAStBase and ROptEst detected by Misha
++ needed version of RandVar was wrongly specified in ROptEst in the branch 1.0
++ fixed errors detected by Matthias / Misha in AllPlot.R, comparePlot.R, getReq.R
++ fixed issue with updateStep in kStepEstimator when using interpol risks 
+  (somehow modifyIC had not been attached in prior steps...)
++ labels did not work correctly, warnings due to calling plot with "withMaxRisk"
++ fixed issue with points plotting in Cniperpoint-plots
++ in wrapper function CniperPointPlot, arguments 'data'  and 'alpha.trsp' had not 
+  been passed on correctly
+
+#######################################
 version 0.9
 #######################################
 

Modified: branches/robast-1.0/pkg/RobAStBase/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/inst/NEWS	2014-08-05 17:30:44 UTC (rev 778)
+++ branches/robast-1.0/pkg/RobAStBase/inst/NEWS	2014-08-10 12:42:06 UTC (rev 779)
@@ -8,6 +8,66 @@
  information)
 
 #######################################
+version 1.0
+#######################################
+
+user-visible CHANGES:
++ infoPlot and comparePlot gain an argument cex.pts.fun to enable individual 
+  scaling of the point sizes to be plotted onto each of the plotted curves
++ .ddPlot.MatNtNtCoCo, and also ddPlot, outlyingnessPlot gain an 
+   additional argument 'doplot' defaulting to TRUE; if FALSE, no plot
+   is produced and only the return value is calculated.
++ arguments scaleY.fct and scaleY.inv in the plot-method for ICs, 
+  and in comparePlot und infoPlot now also may be lists of functions,
+  one for each of the panels to be plot; hence scaling of the y-axis
+  can now be done individually for each panel.
++ introduce jitter for points in ddPlot for DiscreteDistributions
++ comparePlot, infoPlot, and the plot-Method for ICs gain an argument x.vec; 
+  if given it is the x-grid on which to evaluate the ICs; by default this 
+  argument is NULL; then (as before) the grid is selected automatically 
+  according to the distribution of the IC. This can be useful for usage with a 
+  rescaling of the x-Axis to avoid that the evaluation points be selected too 
+  unevenly (i.e. on an equally spaced grid in the original scale, but then, after 
+  rescaling non-equally... The grid has to be specified in original scale; i.e.; 
+  when used with rescaling, should be chosen non-equally spaced...
++ comparePlot, infoPlot, and the plot-Method for ICs now if scaleX is TRUE by 
+  default use an equidistant grid on the rescaled x-Axis.
++ qqplot-method for c("ANY","InfRobModel") gains argument 
+ 'cex.pts.fun' to better control the scaling of points-sizes
+  
+GENERAL ENHANCEMENTS:
+  
+under the hood:
++ introduced automatic scaling of points in comparePlot.R and infoPlot.R
++ .cexscale is now documented
++ the argument of .fillList is now automatically cast to list (if necessary).
++ interpolRisks gain biastype and normtype methods, as well as getRiskFctBV
+  => now cniperPointPlot should work for GPD-type data 
++ added reference for copied routine stats:::format.perc  
++ in the axis annotation (after rescaling) there are checks now
+ whether values +-infinity are taken at all. (This was a bug
+ before for distributions passed on as cdf and quantile function
+ with finite left or right endpoint.)
+  
+BUGFIXES:
++ two bugs in plotWrapper.R in pkgs RobAStBase and ROptEst detected by Misha
++ bug in kStepEstimator: after evaluation of starting estimator, IC must be
+  shifted to correct parameter value -> new arguments withPreModif, withPostModif
++ in comparePlot it should be resc.Dargs instead of rescD.args
++ fixed errors detected by Matthias / Misha in comparePlot.R, cutoff-class.R,
+  ddPlot_utils.R, infoPlot.R, outlyingPlot.R
++ comparePlot now plots the whole range
++ ddPlots / outlyingPlot.R now have alpha transparency and jitter and cex.pts
++ infoPlot plots the correct y-axis (no overplotting)
++ minor fixes in InfoPlotWrapper.Rd, outlyingPlotIC.Rd
++ fixed NA-buglet in plotWrapper.R (detected by Dasha Pupashenko)
++ fixed a little bug with the use of .cexscale (with list of functions)
++ bugfix in outlyingnessPlot: for robCov.y ==TRUE (default) the
+  inverse covariance matrix was used for standardization instead
+  of the original one
+ 
+
+#######################################
 version 0.9
 #######################################
 
@@ -81,9 +141,6 @@
 
 
 
-
-
-
 #######################################
 version 0.8
 #######################################

Modified: branches/robast-1.0/pkg/RobAStRDA/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/RobAStRDA/inst/NEWS	2014-08-05 17:30:44 UTC (rev 778)
+++ branches/robast-1.0/pkg/RobAStRDA/inst/NEWS	2014-08-10 12:42:06 UTC (rev 779)
@@ -8,6 +8,20 @@
  information)
 
 #######################################
+version 1.0
+#######################################
+
+user-visible CHANGES:
+
+GENERAL ENHANCEMENTS:
+
+under the hood:
++ warning methods about not importing from methods ...
+
+BUGFIXES:
+
+
+#######################################
 version 0.9
 #######################################
 

Modified: branches/robast-1.0/pkg/RobExtremes/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/RobExtremes/inst/NEWS	2014-08-05 17:30:44 UTC (rev 778)
+++ branches/robast-1.0/pkg/RobExtremes/inst/NEWS	2014-08-10 12:42:06 UTC (rev 779)
@@ -8,6 +8,57 @@
  information) 
 
 #######################################
+version 1.0
+#######################################
+
+user-visible CHANGES:
++ GEV now has a robust starting estimator for mu unknown
++ GEVFamily and GEVFamilyMuUnknown now have changed default starting estimators
+  realized in startEstGEV.R : a CvM-MDE with xi varying on a grid...
+
+GENERAL ENHANCEMENTS:
+
+under the hood:
++ deleted some .bak file from R folder
++ risk measures VaR, CVaR, and EL for GPD, Weibull, Gamma, ... (ScaleShapeModels)
++ packed startEstGEV.R into a try-catch...
++ checking script to check GEV in scripts folder
++ prepared code for evaluation of LMs on xi grid for GEVFamilyMuUnknown family; 
++ .pretreat.of.interest and .define.tau.Dtau are more accurate now; 
++ moved some packages to Imports to avoid note on many packages in Depends, 
+  added Encoding due to warning about character 2292 in my locale
++ removed ::: internal dependencies (within distr&robast-Fam's of pkgs) by 
+  copying respective routines
+
+BUGFIXES:
++ fixed issue with updateStep in kStepEstimator when using interpol risks 
+  (somehow modifyIC had not been attached in prior steps...)
++ added \value tag in getCVaR.Rd
++ fixed some issues with help of getVaR, getCVaR, ...
++ new print method for the results of these functions (and a corresponding S3class)
++ GParetoFamily now handles left endpoint correctly and catches xi < -1/2
++ GEVFamily[MuUnknown] for xi>0 now handles left endpoint correctly and catches xi < -1/2
++ warning for large xi is switched off in GEVFamily[MuUnknown] if called internally
++ double definition of ddigamma eliminated
++ bugfix in bounds / must be right for shape < 0
++ eliminated some erroneous prints
++ in startEstGEV.R, the sigma search range could include negative values, 
+  now only let pass admissible starting estimators
++ bug in (population) variance of GEV xi=0 discovered
++ fixed the problem with inadmissible return values of MLE in startEstGEV.R
++ startEstGEV.R now works with soft bound 1+ xi (x-mu)/sigma > 0 (only to hold 
+  for lower quantile...) controlled by argument secLevel
++ fixed issue with check.validity as notified by B. Spangl, and extended 
+  starting estimator in GParetoFamily
++ fixed Matthias' error-issue in TeaserExample.R in cniperCont.R /plotWrapper.R
+  --  used the wrong variance
++ fixed buglets in GEVFamilyMuUnknown which hindered evaluation of LagrangeMults, 
++ cleaned small buglet in modifyPar  
++ corrected link in Var.Rd
++ put code in \dontrun to reduce checking time
+ 
+  
+#######################################
 version 0.9
 #######################################
 



More information about the Robast-commits mailing list