An open API service indexing awesome lists of open source software.

https://github.com/millengustavo/time-series-forecasting

Notes on time series forecasting
https://github.com/millengustavo/time-series-forecasting

data-science forecast statistical time-series time-series-analysis

Last synced: 2 months ago
JSON representation

Notes on time series forecasting

Awesome Lists containing this project

README

        

# Notes on time series forecasting

- Forecasting: Principles and Practice - Rob J Hyndman and George Athanasopoulos [[open notes]](hyndman-forecast-book/hyndman-forecast-book.md)

- Forecasting at Scale - Sean J. Taylor and Benjamin Letham [[open notes]](prophet-forecast-scale/prophet-forecast-scale.md)

- Statistical forecasting: notes on regression and time series analysis - Robert Nau [[open notes]](statistical-forecasting/statistical-forecasting.md)

# Example forecast applications

## Temperature forecast for some Brazilian cities

[Open jupyter notebook [ipynb]](./notebooks/temperature-sp.ipynb)

![temp-forecast](images/temperature_forecast_sp.png)
![temp-forecast-components](images/temperature_forecast_components_sp.png)
![temp-forecast-mape](images/temperature_forecast_mape.png)

## Gas Prices in Brazil

[Open jupyter notebook [ipynb]](./notebooks/gas-prices-brazil.ipynb)

![gas-forecast](images/gas_prices_forecast_sp.png)

## Beer consumption São Paulo

[Open jupyter notebook [ipynb]](./notebooks/beer-consumption-sp.ipynb)

![beer-sarimax](images/beer_consumption_sarimax.png)
![beer-forecast](images/beer_consumption_forecast.png)