Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GEFCom2014

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. 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

Bayesian Additive Models for Location, Scale, and Shape (and Beyond)

v1.1-3
GPL-2 | GPL-3
Authors
Nikolaus Umlauf [aut, cre] (<https://orcid.org/0000-0003-2160-9803>), Nadja Klein [aut] (<https://orcid.org/0000-0002-5072-5347>), Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>), Meike Koehler [ctb], Thorsten Simon [aut] (<https://orcid.org/0000-0002-3778-7738>), Stanislaus Stadlmann [ctb]
Initial release
2021-01-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.