[rkward-cvs] SF.net SVN: rkward: [1981] trunk/rkward/rkward/plugins/analysis/time_series
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Sep 20 22:02:33 UTC 2007
Revision: 1981
http://rkward.svn.sourceforge.net/rkward/?rev=1981&view=rev
Author: tfry
Date: 2007-09-20 15:02:33 -0700 (Thu, 20 Sep 2007)
Log Message:
-----------
FOR 0.4.8: Cross-link the timeseries plugin help files. Lag parameter in box.test is an integer
Modified Paths:
--------------
trunk/rkward/rkward/plugins/analysis/time_series/Box_test.rkh
trunk/rkward/rkward/plugins/analysis/time_series/Box_test.xml
trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.rkh
Modified: trunk/rkward/rkward/plugins/analysis/time_series/Box_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/time_series/Box_test.rkh 2007-09-20 22:01:31 UTC (rev 1980)
+++ trunk/rkward/rkward/plugins/analysis/time_series/Box_test.rkh 2007-09-20 22:02:33 UTC (rev 1981)
@@ -1,16 +1,17 @@
<!DOCTYPE rkhelp>
<document>
<summary>
- This test computes Box–Pierce or Ljung–Box test statistic for examining the null hypothesis of independence in a given time series.
+ This test computes Box-Pierce or Ljung-Box test statistic for examining the null hypothesis of independence in a given time series.
</summary>
<usage>
- Select the data sets for which you want to perform the Box–Pierce or Ljung–Box test. For this test the samples need to be numeric vectors (see below for details).
+ Select the data sets for which you want to perform the Box-Pierce or Ljung-Box test. For this test the samples need to be numeric vectors (see below for details).
</usage>
<settings>
<caption id="tab_variables"/>
<setting id="x">Select the data to be computed. The vectors need to be numeric, and can be of different length.</setting>
+ <setting id="lag">Number of autocorrelation coefficients to base the test on.</setting>
<setting id="type">Define type of test. Either Ljung-Box or Box-Pierce can be used.</setting>
<caption id="tab_options"/>
<setting id="narm">Exclude missing values from calculation?</setting>
@@ -18,6 +19,7 @@
</settings>
<related>
<ul>
+ <li><link href="rkward://component/kpss_test"/></li>
<li><link href="rkward://rhelp/Box.test"/></li>
</ul>
</related>
Modified: trunk/rkward/rkward/plugins/analysis/time_series/Box_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/time_series/Box_test.xml 2007-09-20 22:01:31 UTC (rev 1980)
+++ trunk/rkward/rkward/plugins/analysis/time_series/Box_test.xml 2007-09-20 22:02:33 UTC (rev 1981)
@@ -12,7 +12,7 @@
<varselector id="vars"/>
<column>
<varslot type="numeric" id="x" multi="true" source="vars" required="true" label="variable(s):"/>
- <spinbox type="real" label="lag" id="lag" min="0" initial="1" max="99" />
+ <spinbox type="integer" label="lag" id="lag" min="0" initial="1" max="99" />
<frame label="Type of test">
<radio id="type" label="test to be performed">
<option label="Box-Pierce" value="Box-Pierce"/>
Modified: trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.rkh 2007-09-20 22:01:31 UTC (rev 1980)
+++ trunk/rkward/rkward/plugins/analysis/time_series/kpss_test.rkh 2007-09-20 22:02:33 UTC (rev 1981)
@@ -19,6 +19,7 @@
</settings>
<related>
<ul>
+ <li><link href="rkward://component/Box_test"/></li>
<li><link href="rkward://rhelp/kpss.test"/></li>
</ul>
</related>
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