Universal Forecasts

European Electricity Demand Forecasts

R Packages

I have started to make public the packages that I have been making. These packages can be found on my GitHub page.

https://github.com/shma1/

 

Installation:

  1. Predicting Front German Power Base Quarter

 devtools::install_github(‘shma1/EEXDE’)

Usage:

?debqfr1_model to get the documentation.

2. Predicting Front French Power Base Quarter

devtools::install_github(‘shma1/eexfr’)

Usage:

?debqfr1_model to get the documentation.

Dependencies:

install_packages(“PerformanceAnalytics”)
install_packages(“TTR”)
install_packages(“lubridate”)
install_packages(“ranger”)
install_packages(“tidyverse”)
install_packages(“xts”)
install_packages(“magrittr”)

Advertisement