R/data-m4_weekly.R

#' Sample of 4 Weekly Time Series Datasets from the M4 Competition
#'
#' 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.__
#'
#'
#' @details
#' This is a sample of 4 Weekly data sets from the M4 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.
#'
#' @source
#' - [M4 Competition Website](https://mofc.unic.ac.cy/m4/)
#'
#' @examples
#' m4_weekly
#'
"m4_weekly"

Try the timetk package in your browser

Any scripts or data that you put into this service are public.

timetk documentation built on Nov. 2, 2023, 6:18 p.m.