dashaub / tscompdata

Time series competition data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tscompdata

Pending Pull-Requests

The R package tscompdata provides time series data from the following forecasting competitions: M, M3, NN3, NN5, NNGC1, Tourism and GEFCom2012.

The M, M3 and Tourism data are loaded from the Mcomp and Tcomp packages. The remaining data are contained within the tscompdata package.

Installation

You can install the development version from Github with:

# install.packages("devtools")
devtools::install_github("robjhyndman/tscompdata")

Usage

library(tscompdata)
library(forecast)
library(ggplot2)
autoplot(nn5[[23]])

License

This package is free and open source software, licensed under GPL-3.

About

Time series competition data


Languages

Language:R 100.0%