~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/time_series/Box_test.rkh

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2008-04-20 21:30:00 UTC
  • mfrom: (1.2.2 upstream) (3.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420213000-fs4i8efmfc793bnn
new upstream release
closes: #475175
closes: #463348
closes: #475982

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE rkhelp>
 
2
<document>
 
3
        <summary>
 
4
                This test computes Box-Pierce or Ljung-Box test statistic for examining the null hypothesis of independence in a given time series.
 
5
        </summary>
 
6
 
 
7
        <usage>
 
8
                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).
 
9
        </usage>
 
10
 
 
11
        <settings>
 
12
                <caption id="tab_variables"/>
 
13
                <setting id="x">Select the data to be computed. The vectors need to be numeric, and can be of different length.</setting>
 
14
                <setting id="lag">Number of autocorrelation coefficients to base the test on.</setting>
 
15
                <setting id="type">Define type of test. Either Ljung-Box or Box-Pierce can be used.</setting>
 
16
                <caption id="tab_options"/>
 
17
                <setting id="narm">Exclude missing values from calculation?</setting>
 
18
                <setting id="length">Show the total length of the data, and the number of missing values (purely informational, does not affect the test)?</setting>
 
19
        </settings>
 
20
        <related>
 
21
                <ul>
 
22
                        <li><link href="rkward://component/kpss_test"/></li>
 
23
                        <li><link href="rkward://rhelp/Box.test"/></li>
 
24
                </ul>
 
25
        </related>
 
26
</document>