powered by
tibble with ten synthetic time series. The dataset contains the following time series:
tibble
Square Wave
Sawtooth Wave
Harmonic Wave
Harmonic Wave w/ Trend
Amplitude Modulated Wave
Frequency Modulated Wave
AR(1) Process
MA(2) Process
White Noise Process
Random Walk Process
data(synthetic_data)
An object of class tibble with 2.000 rows and 3 columns:
variable: Unique identifier as character (key variable).
variable
character
index: Index as integer (index variable).
index
integer
value: Value as numeric (measurement variable).
value
numeric
Run the code above in your browser using DataLab