| SantaFe.A | R Documentation |
Univariate time series A from the Santa Fe Time Series Competition. Data Type: Laser-generated nonlinear time series. Category: Benchmark. Observations: 1,100. This benchmark dataset consists of a low-dimensional nonlinear and stationary series recorded from a Far-Infrared-Laser in a chaotic regime. Competitors were asked to predict the last 100 observations, and performance was evaluated using NMSE.
data(SantaFe.A)
A data frame with one column and 1,100 rows, containing numeric time series values.
Series A is a classic nonlinear laser dataset used to assess forecasting methods under chaotic dynamics.
Santa Fe Time Series Competition dataset (original archive URL unavailable).
Weigend, A.S. (1993). Time Series Prediction: Forecasting the Future and Understanding the Past. Reading, MA: Westview Press.
# Load Santa Fe A series and plot
data(SantaFe.A)
# SantaFe.A <- loadfulldata(SantaFe.A)
series <- SantaFe.A$V1
ts.plot(series, ylab = "Value", xlab = "Index", main = "Santa Fe A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.