/Arima-Forecasting

A Personal Project that applies an advanced statistical technique to predict future electricity prices for the British Market

Primary LanguagePython

Using Arima to predict the Day Ahead Electricity Market

What did I learn from this:

  • How to use the Python statistical library
  • What ARIMA is and what it is used for
  • How to use ARIMA with Python
  • How to create graphs using the library
  • how to use AIC function within the library
  • What AIC is and when to use it