Monthly tsibble with six exemplary time series from the M4 Forecasting Competition.
Usage
data(m4_data)
Format
A time series object of class tsibble
with 1.152 rows and 4 columns:
series
: Unique identifier ascharacter
(key variable).category
: Category (e.g., Demographic, Macro) asfactor
.index
: Date asyearmonth
(index variable).value
: Value asnumeric
(measurement variable).
Examples
data(m4_data)