Learn R Programming

timetk (version 2.6.1)

m4_daily: Sample of 4 Daily Time Series Datasets from the M4 Competition

Description

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 daily time series from the competition.

Usage

m4_daily

Arguments

Format

A tibble: 9,743 x 3

  • id Factor. Unique series identifier (4 total)

  • date Date. Timestamp information. Daily format.

  • value Numeric. Value at the corresponding timestamp.

Details

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

Examples

Run this code
# NOT RUN {
m4_daily

# }

Run the code above in your browser using DataLab