[Blotter-commits] r689 - pkg/quantstrat/demo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 20 23:29:35 CEST 2011
Author: cyrforge
Date: 2011-07-20 23:29:34 +0200 (Wed, 20 Jul 2011)
New Revision: 689
Modified:
pkg/quantstrat/demo/parameterTest.R
Log:
Changed the demo, no need to run setParameterDistribution() without argument to initialize a parameter distribution object.
Modified: pkg/quantstrat/demo/parameterTest.R
===================================================================
--- pkg/quantstrat/demo/parameterTest.R 2011-07-20 21:27:24 UTC (rev 688)
+++ pkg/quantstrat/demo/parameterTest.R 2011-07-20 21:29:34 UTC (rev 689)
@@ -8,7 +8,7 @@
#please run bbands demo before all these...
paramStructure<-getParameterTable(stratBBands)
-tPD<-setParameterDistribution()
+#tPD<-setParameterDistribution() need no more for initial object.
#Do expand test
#tPD<-setParameterDistribution(tPD,'indicator',indexnum=1,distribution=list(sd=(1:3)))
@@ -22,7 +22,8 @@
-tPD
+#tPD
+
#debug(applyParameter)
#undebug(applyParameter)
More information about the Blotter-commits
mailing list