SantaFe.D.cont {TSPred}R Documentation

Continuation dataset of the time series D of the Santa Fe Time Series Competition

Description

A univariate time series providing 500 points beyond the end of the time series D in SantaFe.D.

Usage

SantaFe.D.cont

Format

A data frame with 500 observations on the following variable.

V1

a numeric vector containing further observations of the univariate time series D of the Santa Fe Time Series Competition in SantaFe.D.

Details

Contains the 500 observations which were to be predicted of the time series D (SantaFe.D) as demanded by the Santa Fe Time Series Competition.

References

A.S. Weigend, 1993, Time Series Prediction: Forecasting The Future And Understanding The Past. Reading, MA, Westview Press.

See Also

SantaFe.D, SantaFe.A, SantaFe.A.cont ~

Examples


data(SantaFe.D.cont)
str(SantaFe.D.cont)
plot(ts(SantaFe.D.cont))


[Package TSPred version 5.1 Index]