Package 'tscompdata'

Title: Time series data from various forecasting competitions
Description: Time series data from the following forecasting competitions are provided: M, M3, NN3, NN5, NNGC1, Tourism, and GEFCom2012.
Authors: Rob Hyndman [aut, cre, cph]
Maintainer: Rob Hyndman <[email protected]>
License: GPL-3
Version: 0.0.1
Built: 2024-11-09 03:07:32 UTC
Source: https://github.com/robjhyndman/tscompdata

Help Index


Combining training and test data

Description

The data in the Mcomp and Tcomp packages are in the Mcomp class which contains various information used in the competitions including the training and test portions of the time series. This function combines the training data and test data into a single ts object.

Usage

combine_training_test(object)

Arguments

object

An object of class Mcomp from either the Mcomp or Tcomp packages.

Value

A list of time series

Examples

m3ts <- combine_training_test(M3)

GEFCOM2012 load data

Description

Data from the GEFCOM2012 forecasting competition, comprising 20 time series containing hourly load data from 20 zones in the United States. Only training data are provided. The missing data in each series formed the test sets.

Usage

gefcom2012_load

Format

A list of time series data, each of class msts.

Source

https://www.kaggle.com/c/global-energy-forecasting-competition-2012-load-forecasting, http://www.drhongtao.com/gefcom/2012.

References

Hong, T., Pinson, P., & Fan, S. (2014). Global energy forecasting competition 2012. International Journal of Forecasting, 30(2), 357-363. https://doi.org/10.1016/j.ijforecast.2013.07.001.

Examples

plot(gefcom2012_load[[1]])

GEFCOM2012 temperature data

Description

Data from the GEFCOM2012 forecasting competition, comprising 11 time series containing hourly temperature data from 11 weather stations in the United States.

Usage

gefcom2012_temp

Format

A list of time series data, each of class msts.

Source

https://www.kaggle.com/c/global-energy-forecasting-competition-2012-load-forecasting, http://www.drhongtao.com/gefcom/2012.

References

Hong, T., Pinson, P., & Fan, S. (2014). Global energy forecasting competition 2012. International Journal of Forecasting, 30(2), 357-363. https://doi.org/10.1016/j.ijforecast.2013.07.001.

Examples

plot(gefcom2012_temp[[1]])

GEFCOM2012 wind power data

Description

Data from the GEFCOM2012 forecasting competition, comprising 7 hourly time series containing wind power data from 7 wind farms. Only training data are provided. The missing data in each series formed the test sets.

Usage

gefcom2012_wp

Format

A list of time series data, each of class msts.

Source

https://www.kaggle.com/c/GEF2012-wind-forecasting/data, http://www.drhongtao.com/gefcom/2012.

References

Hong, T., Pinson, P., & Fan, S. (2014). Global energy forecasting competition 2012. International Journal of Forecasting, 30(2), 357-363. https://doi.org/10.1016/j.ijforecast.2013.07.001.

Examples

plot(gefcom2012_wp[[1]])

NN3 data

Description

Data from the NN3 forecasting competition, comprising 111 monthly time series. Training and test data are combined. In the competition, the last 18 months were used as test data. Time series NN3-101 to NN3-111 made up the reduced data set from the competition.

Usage

nn3

Format

A list of time series data, each of class ts.

Source

http://www.neural-forecasting-competition.com/NN3.

Examples

plot(nn3[[1]])

NN5 data

Description

Data from the NN5 forecasting competition, comprising 111 daily time series. Training and test data are combined. In the competition, the last 56 days were used as test data. Time series NN5-101 to NN5-111 made up the reduced data set from the competition.

Usage

nn5

Format

A list of time series data, each of class msts.

Source

http://www.neural-forecasting-competition.com/NN5.

Examples

plot(nn5[[1]])

NNGC1 data

Description

Data from the NNGC1 forecasting competition, comprising 11 annual time series, 11 quarterly time series, 11 monthly time series, 11 weekly time series, 11 daily time series and 11 hourly time series. Only training data are provided.

Usage

nngc1

Format

A list of time series data, each of class ts or msts.

Source

http://www.neural-forecasting-competition.com/.

Examples

plot(nngc1[[1]])

Time Series Competition Data The tscompdata package provides time series data from several forecasting competitions.

Description

Time Series Competition Data

The tscompdata package provides time series data from several forecasting competitions.