File: xmpTestRunsExt.R

package info (click to toggle)
fbasics 200.10058-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,644 kB
  • ctags: 189
  • sloc: fortran: 1,709; ansic: 116; sh: 29; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

#
# Example: 
#	Perform an Extended Runs Test on Time Series Data
# 
# Description: 
#	This example shows how to perform an extended Runs Test using 
#	Fillibens runs test procedure.
#
# Author:
#	(C) 2002, Diethelm Wuertz, GPL
#


# ------------------------------------------------------------------------------


# Settings:

	data(nyseres)

# Runs Test:

	runsTest(nyseres[, 1])