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

https://github.com/alexlbaker/r-forecasting-sales

Provides a systematic approach for forecasting sales data based on historical quarterly sales figures.
https://github.com/alexlbaker/r-forecasting-sales

forecasting r sales sales-analysis

Last synced: 12 months ago
JSON representation

Provides a systematic approach for forecasting sales data based on historical quarterly sales figures.

Awesome Lists containing this project

README

          

# Forecasting-Sales-R
Provides a systematic approach for forecasting sales data based on historical quarterly sales figures. Different time series models are explored, and the best model is selected based on its performance on a validation set. The forecast is then visualized as a probability density function (PDF), and weighted averages for different sales regions are calculated based on the PDF.

Necessary packages installation code:

install.packages(c("readxl", "dplyr", "lubridate", "zoo", "forecast"))

Thanks for checking out this project, hope it helps! You may not hear this on GitHub a lot, but I appreciate you.

Best luck and wishes,

Alexander Baker.