GEFCom2014.Rd
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).
data("GEFCom2014")
The GEFCom2014
contains the following variables:
The date of recording.
The corresponding electricty load.
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
data("GEFCom2014", package = "bamlss")
GEFCom2014$yday <- as.POSIXlt(GEFCom2014$date)$yday
plot(load ~ yday, data = GEFCom2014)