[Yuima-commits] r108 - in pkg/yuima: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 19 13:18:16 CEST 2010


Author: iacus
Date: 2010-07-19 13:18:15 +0200 (Mon, 19 Jul 2010)
New Revision: 108

Modified:
   pkg/yuima/DESCRIPTION
   pkg/yuima/R/simulate.R
Log:
using index instead of time in simulate

Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION	2010-07-19 10:14:24 UTC (rev 107)
+++ pkg/yuima/DESCRIPTION	2010-07-19 11:18:15 UTC (rev 108)
@@ -1,7 +1,7 @@
 Package: yuima
 Type: Package
 Title: The YUIMA Project package (unstable version)
-Version: 0.1.05
+Version: 0.1.06
 Date: 2010-07-19
 Depends: methods, zoo, stats4, utils
 Suggests: cubature, mvtnorm

Modified: pkg/yuima/R/simulate.R
===================================================================
--- pkg/yuima/R/simulate.R	2010-07-19 10:14:24 UTC (rev 107)
+++ pkg/yuima/R/simulate.R	2010-07-19 11:18:15 UTC (rev 108)
@@ -211,7 +211,7 @@
   yuima at data <- euler(xinit, yuima, dW, yuimaEnv)
 
  for(i in 1:length(yuima at data@zoo.data)) 
-		time(yuima at data@zoo.data[[i]]) <- yuima at sampling@grid[[1]]  ## to be fixed
+		index(yuima at data@zoo.data[[i]]) <- yuima at sampling@grid[[1]]  ## to be fixed
   yuima at model@xinit <- xinit
   if(missing(subsampling))
 		return(yuima)



More information about the Yuima-commits mailing list