tsToy.test {sisal}R Documentation

Toy Time Series Data for SISAL (Test Set)

Description

Numeric vector with autoregressive (AR) time series data

Usage

tsToy.test

Format

The format is:

 num [1:2000] 0.583 -0.71 -1.172 1.067 -0.719 ...

Details

This is the test set of the toy time series data, i.e. the last 2000 of the total 3000 observations.

The data follow a second order AR model. The first order coefficient is -0.5 and the second order coefficient 0.3.

Use file.show(system.file("toyDataSrc", "sisalToyTs.R", package="sisal")) to view the script that generated the data.

See Also

tsToy.learn, bootMSE

Examples

library(graphics)
library(stats)
plot(tsToy.test)
acf(tsToy.test, type="partial")

[Package sisal version 0.48 Index]