An open API service indexing awesome lists of open source software.

https://github.com/robjhyndman/tscompdata

Time series competition data
https://github.com/robjhyndman/tscompdata

data r time-series

Last synced: about 2 months ago
JSON representation

Time series competition data

Awesome Lists containing this project

README

        

---
output: github_document
editor_options:
chunk_output_type: console
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```

# tscompdata

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](http://pkg.robjhyndman.com/Mcomp/) and [Tcomp](https://github.com/ellisp/Tcomp-r-package) packages. The remaining data are contained within the tscompdata package.

## Installation

You can install the **development** version from [Github](https://github.com/robjhyndman/tscompdata) with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("robjhyndman/tscompdata")
```

## Usage

```{r nn5}
library(tscompdata)
library(ggplot2)
autoplot(nn5[[23]])
```

## License

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