Sample of 4 Weekly Time Series Datasets from the M4 Competition
Source:R/data-m4_weekly.R
m4_weekly.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 weekly time series from the competition.
Format
A tibble: 9,743 x 3
id
Factor. Unique series identifier (4 total)date
Date. Timestamp information. Weekly format.value
Numeric. Value at the corresponding timestamp.
Examples
m4_weekly
#> # A tibble: 2,295 × 3
#> id date value
#> <fct> <date> <dbl>
#> 1 W10 1999-01-01 247.
#> 2 W10 1999-01-08 222.
#> 3 W10 1999-01-15 450.
#> 4 W10 1999-01-22 450.
#> 5 W10 1999-01-29 450.
#> 6 W10 1999-02-05 450.
#> 7 W10 1999-02-12 450.
#> 8 W10 1999-02-19 450.
#> 9 W10 1999-02-26 450.
#> 10 W10 1999-03-05 450.
#> # ℹ 2,285 more rows