CATS.cont {TSPred}R Documentation

Continuation dataset of the time series of the CATS Competition

Description

A dataset of providing the 5 blocks of 20 unknown points of the univariate time series in CATS

Usage

CATS.cont

Format

A data frame with 20 observations on the following 5 variables.

V1

a numeric vector containing the unknown points 981-1000 of the CATS time series in CATS

V2

a numeric vector containing the unknown points 1981-2000 of the CATS time series in CATS

V3

a numeric vector containing the unknown points 2981-3000 of the CATS time series in CATS

V4

a numeric vector containing the unknown points 3981-4000 of the CATS time series in CATS

V5

a numeric vector containing the unknown points 4981-5000 of the CATS time series in CATS

Details

Contains the 100 unknown observations which were to be predicted of the CATS time series in (CATS) as demanded by the CATS Competition.

Source

A. Lendasse, E. Oja, O. Simula, M. Verleysen, and others, 2004, Time Series Prediction Competition: The CATS Benchmark, In: IJCNN'2004-International Joint Conference on Neural Networks

References

A. Lendasse, E. Oja, O. Simula, and M. Verleysen, 2007, Time series prediction competition: The CATS benchmark, Neurocomputing, v. 70, n. 13-15 (Aug.), p. 2325-2329.

See Also

CATS

Examples


data(CATS.cont)
str(CATS.cont)
plot(ts(CATS.cont["V5"]))


[Package TSPred version 5.1 Index]