[Pomp-commits] r835 - branches/mif2/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 11 15:20:26 CET 2013


Author: nxdao2000
Date: 2013-03-11 15:20:26 +0100 (Mon, 11 Mar 2013)
New Revision: 835

Modified:
   branches/mif2/R/mif-class.R
Log:
change random.walk.sd slot to matrix

Modified: branches/mif2/R/mif-class.R
===================================================================
--- branches/mif2/R/mif-class.R	2013-03-10 22:24:43 UTC (rev 834)
+++ branches/mif2/R/mif-class.R	2013-03-11 14:20:26 UTC (rev 835)
@@ -13,7 +13,7 @@
            cooling.type='character',
            cooling.fraction='numeric',
            method='character',
-           random.walk.sd = 'numeric',
+           random.walk.sd = 'matrix',
            conv.rec = 'matrix'
            )
          )



More information about the pomp-commits mailing list