tsToy.test | R Documentation |
Numeric vector with autoregressive (AR) time series data
tsToy.test
The format is:
num [1:2000] 0.583 -0.71 -1.172 1.067 -0.719 ...
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.
tsToy.learn
, bootMSE
library(graphics)
library(stats)
plot(tsToy.test)
acf(tsToy.test, type="partial")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.