Sample of 4 Quarterly Time Series Datasets from the M4 Competition
Source:R/data-m4_quarterly.R
m4_quarterly.Rd
The fourth M Competition. M4, started on 1 January 2018 and ended in 31 May 2018. The competition included 100,000 time series datasets. This dataset includes a sample of 4 quarterly time series from the competition.
Format
A tibble: 9,743 x 3
id
Factor. Unique series identifier (4 total)date
Date. Timestamp information. Quarterly format.value
Numeric. Value at the corresponding timestamp.
Examples
m4_quarterly
#> # A tibble: 196 × 3
#> id date value
#> <fct> <date> <dbl>
#> 1 Q10 2000-01-01 2329
#> 2 Q10 2000-04-01 2350.
#> 3 Q10 2000-07-01 2333.
#> 4 Q10 2000-10-01 2382.
#> 5 Q10 2001-01-01 2383.
#> 6 Q10 2001-04-01 2405
#> 7 Q10 2001-07-01 2411
#> 8 Q10 2001-10-01 2428.
#> 9 Q10 2002-01-01 2392.
#> 10 Q10 2002-04-01 2418.
#> # ℹ 186 more rows