Skip to contents

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.

Usage

m4_quarterly

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.

Details

This is a sample of 4 Quarterly data sets from the M4 competition.

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