SantaFe.A.cont {TSPred}R Documentation

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

Description

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

Usage

SantaFe.A.cont

Format

A data frame with 100 observations on the following variable.

V1

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

Details

Contains the 100 observations which were to be predicted of the time series A (SantaFe.A) 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.A, SantaFe.D, SantaFe.D.cont ~

Examples


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


[Package TSPred version 5.1 Index]