M3 | R Documentation |
The time series from the M3 forecasting competition.
M3
M3 is a list of 3003 series of class Mcomp
. Each series within M3
is
of class Mdata
with the following structure:
Name of the series
Series number and period. For example "Y1" denotes first yearly series, "Q20" denotes 20th quarterly series and so on.
The number of observations in the time series
The number of required forecasts
Interval of the time series. Possible values are "YEARLY", "QUARTERLY", "MONTHLY" & "OTHER".
The type of series. Possible values for M3 are "DEMOGRAPHIC", "FINANCE", "INDUSTRY", "MACRO", "MICRO", "OTHER".
A short description of the time series
A time series of length n
(the historical data)
A time series of length h
(the future data)
Muhammad Akram and Rob Hyndman
http://forecasters.org/resources/time-series-data/m3-competition/.
Makridakis and Hibon (2000) The M3-competition: results, conclusions and implications. International Journal of Forecasting, 16, 451-476.
subset.Mcomp
, plot.Mdata
M3
plot(M3[[32]])
subset(M3,"monthly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.