[Distr-commits] r892 - in branches/distr-2.5/pkg: distr/inst distrMod/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 26 11:23:17 CET 2013


Author: ruckdeschel
Date: 2013-02-26 11:23:17 +0100 (Tue, 26 Feb 2013)
New Revision: 892

Modified:
   branches/distr-2.5/pkg/distr/inst/NEWS
   branches/distr-2.5/pkg/distrMod/inst/NEWS
Log:
NEWS updated

Modified: branches/distr-2.5/pkg/distr/inst/NEWS
===================================================================
--- branches/distr-2.5/pkg/distr/inst/NEWS	2013-02-23 21:45:05 UTC (rev 891)
+++ branches/distr-2.5/pkg/distr/inst/NEWS	2013-02-26 10:23:17 UTC (rev 892)
@@ -18,6 +18,7 @@
 under the hood:
 
 BUGFIXES:
++ fixed .makedotsPt -issue discovered by Gerald --> thx
 
 
 ##############

Modified: branches/distr-2.5/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.5/pkg/distrMod/inst/NEWS	2013-02-23 21:45:05 UTC (rev 891)
+++ branches/distr-2.5/pkg/distrMod/inst/NEWS	2013-02-26 10:23:17 UTC (rev 892)
@@ -16,7 +16,37 @@
 GENERAL ENHANCEMENTS:
 
 under the hood:
++ For speeding up things, we now have an option withL2derivDistr = TRUE which
+  if FALSE skips computing the image distribution in two dimensional models,
+  i.e., have switched slot L2derivDistr from "DistrList" to "OptionalDistrList".
 
++ delayed calculation of variances and allow to skip or delay calculation of
+  L2derivDistr; to this end introduced new class unions
+  "OptionalNumericOrMatrixOrCall", "OptionalDistrListOrCall";
+  respectively at certain stages, evaluation of the call must then be forced
+
++ consequence: L2LocationScaleFamilies now use median mad as starting estimator
+               in robest roptest (and no longer call CvM-MDE)
+
++ small change to avoid frequent calls to getImageDistr
+
++ (L2)ParamFamily gains slots 
+  .withEvalAsVar to allow delayed evaluation of variances
+  .withEvalL2derivDistr to allow delayed evaluation of L2derivDistr
+  .withMDE to control extra calls to MDEstimator that might not be necessary 
+     in robest (e.g. with GParetoFamily())
++ correspondingly accessor L2derivDistr now checks whether it is a 
+  call and if so evaluates
++ forgot to commit some changes in show() for asvar in the last round
+
++ in checkL2deriv, in addition, relative tolerances are also issued
+  for Fisher Information
+
++ fixed an issue with modifyModel in case of location scale models: in these
+  cases we do neither want to produce a call nor an evaluated call to
+  imageDistr...
+
+
 BUGFIXES:
 
 ##############



More information about the Distr-commits mailing list