[rkward-cvs] SF.net SVN: rkward:[2633] trunk/rkward/rkward/plugins/analysis/time_series/ kpss_test.php

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Sep 1 12:09:13 UTC 2009


Revision: 2633
          http://rkward.svn.sourceforge.net/rkward/?rev=2633&view=rev
Author:   tfry
Date:     2009-09-01 12:09:12 +0000 (Tue, 01 Sep 2009)

Log Message:
-----------
Small correction

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.php

Modified: trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.php
===================================================================
--- trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.php	2009-09-01 11:02:17 UTC (rev 2632)
+++ trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.php	2009-09-01 12:09:12 UTC (rev 2633)
@@ -34,7 +34,7 @@
 function printout () {
 ?>
 rk.header ("KPSS Test for Level Stationarity",
-	parameters=list ("null hypothesis", "<? getRK ("null"); ?>", "version of truncation lag parameter", "<? getRK ("lshort"); ?>"))
+	parameters=list ("null hypothesis"="<? getRK ("null"); ?>", "version of truncation lag parameter"="<? if (getRK_val ("lshort") == "TRUE") echo ("short"); else echo ("long"); ?>"))
 
 rk.results (results)
 <?


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list