R/Mcomp-package.R

#' @importFrom graphics lines plot title
#' @importFrom stats frequency ts tsp start
#' @importFrom ggplot2 autoplot ggtitle xlab ylab scale_color_manual
#' @import forecast
NULL

#' Data from the M-competitions
#'
#' The 1001 time series from the M-competition (Makridakis et al. 1982), and
#' the 3003 time series and forecasts from the IJF-M3 competition (Makridakis
#' and Hibon, 2000).
#'
#'
#' @name Mcomp-package
#' @aliases Mcomp-package Mcomp
#' @docType package
#' @author Rob J Hyndman. \email{Rob.Hyndman@@monash.edu}, with assistance from
#' Muhammad Akram and Christoph Bergmeir.
#' @references Makridakis, S., A. Andersen, R. Carbone, R. Fildes, M. Hibon, R.
#' Lewandowski, J. Newton, E. Parzen, and R. Winkler (1982) The accuracy of
#' extrapolation (time series) methods: results of a forecasting competition.
#' \emph{Journal of Forecasting}, \bold{1}, 111--153.
#'
#' Makridakis and Hibon (2000) The M3-competition: results, conclusions and
#' implications. \emph{International Journal of Forecasting}, \bold{16},
#' 451-476.
#' @source
#' \url{http://forecasters.org/resources/time-series-data/m3-competition/}.
#'
#' @keywords package
NULL

Try the Mcomp package in your browser

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

Mcomp documentation built on May 2, 2019, 6:42 a.m.