[Robast-commits] r607 - branches/robast-0.9/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 16 15:08:59 CET 2013


Author: ruckdeschel
Date: 2013-02-16 15:08:59 +0100 (Sat, 16 Feb 2013)
New Revision: 607

Modified:
   branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R
Log:
RobAStBase: in kStepEstimator asyvar of starting estimator is no longer computed 
(unless done so anyway in the call to the starting estimator)/ as not needed

Modified: branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R
===================================================================
--- branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R	2013-02-15 11:42:57 UTC (rev 606)
+++ branches/robast-0.9/pkg/RobAStBase/R/kStepEstimator.R	2013-02-16 14:08:59 UTC (rev 607)
@@ -71,7 +71,7 @@
            start <- L2Fam at startPar
 
 ### use dispatch here  (dispatch only on start)
-        a.var <- if( is(start, "Estimate")) asvar(start) else NULL
+        #a.var <- if( is(start, "Estimate")) asvar(start) else NULL
         IC.UpdateInKer.0 <- if(is(start,"ALEstimate")) start at pIC else NULL
         force(startArgList)
         start.val <- kStepEstimator.start(start, x=x0, nrvalues = k,



More information about the Robast-commits mailing list