This project focuses on analyzing and forecasting energy production using time series models. The analysis aims to explore trends in energy production by source and producer, identify shifts towards renewable energy, and provide predictions for future energy generation.
- Esteban Ortega Dominguez
- Mattia Varagnolo
- Sofia Pope Trogu
2023-2024
- Time Series Analysis: Implemented using
fpp3,tsibble, andforecastpackages. - Data Visualization: Plots and graphical analysis are created with
ggplot2andplotlyto explore trends in energy generation. - Modeling: Includes models from
lmtest,forecast, andprophetfor various forecasting methods. - Data Processing: Utilizes
dplyrandlubridateto clean and structure the data for analysis.
The project uses energy production data from various sources (e.g., Petroleum, Solar, Wind). Key steps include:
- Converting date formats.
- Summing generation by producer and energy source.
- Removing missing or non-finite values for more accurate analysis.
The project includes forecasting models for energy generation trends, particularly focusing on shifts from petroleum to renewable sources post-2010.
ggplot2,plotly: Data visualization.dplyr,lubridate: Data manipulation and time handling.forecast,prophet,fpp3: Time series analysis and forecasting.car: For Variance Inflation Factor (VIF) analysis.
The project includes time series plots for total energy generation by source over time, showcasing trends and forecasting future energy outputs.