Sample of 4 Hourly Time Series Datasets from the M4 Competition
Source:R/data-m4_hourly.R
m4_hourly.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 hourly time series from the competition.
Format
A tibble: 3,060 x 3
id
Factor. Unique series identifier (4 total)date
Date-time. Timestamp information. Hourly format.value
Numeric. Value at the corresponding timestamp.
Examples
m4_hourly
#> # A tibble: 3,060 × 3
#> id date value
#> <fct> <dttm> <dbl>
#> 1 H10 2015-07-01 12:00:00 513
#> 2 H10 2015-07-01 13:00:00 512
#> 3 H10 2015-07-01 14:00:00 506
#> 4 H10 2015-07-01 15:00:00 500
#> 5 H10 2015-07-01 16:00:00 490
#> 6 H10 2015-07-01 17:00:00 484
#> 7 H10 2015-07-01 18:00:00 467
#> 8 H10 2015-07-01 19:00:00 446
#> 9 H10 2015-07-01 20:00:00 434
#> 10 H10 2015-07-01 21:00:00 422
#> # ℹ 3,050 more rows