GEFCom2014: GEFCom2014 Electricity Load Data

GEFCom2014R Documentation

GEFCom2014 Electricity Load Data

Description

This data set is a subset of the electricity load data of the GEFCom2014 challenge. The full data is published in the Appendix of Hong T. et al. (2016).

Usage

  data("GEFCom2014")

Format

The GEFCom2014 contains the following variables:

date

The date of recording.

load

The corresponding electricty load.

References

Hong T., Pinson P, Fan S., Zareipour H., Troccoli A., and Hyndman R.J. (2016). Electric load forecasting, Electricity price forecasting, Wind power forecasting, Solar power forecasting, Probabilistic forecasting, Forecasting competition. International Journal of Forecasting, 32(3), 896–913. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.ijforecast.2016.02.001")}

Examples

  data("GEFCom2014", package = "bamlss")
  GEFCom2014$yday <- as.POSIXlt(GEFCom2014$date)$yday
  plot(load ~ yday, data = GEFCom2014)

bamlss documentation built on Nov. 2, 2023, 5:31 p.m.