tsToy.test: Toy Time Series Data for SISAL (Test Set)

Description Usage Format Details See Also Examples

Description

Numeric vector with autoregressive (AR) time series data

Usage

1

Format

The format is:

1
 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

1
2
3
4

sisal documentation built on Feb. 16, 2020, 1:07 a.m.