Time series analysis of the temperature in Berlin Tempelhof using Autoregressive (AR) and Autoregressive Integrated Moving Average (ARIMA) modelling. Forecast for the next three days based on historical temperature data.
Daily temperature data from Berlin Tempelhof from 1876 - today. Retrieved from ECAD
- Python 3.9.7
- Necessary libraries are in requirements.txt and can be installed with:
$ pip install -r requirements.txt