Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SBP Policy Rate Forecast (ARIMA)

This project uses Python and ARIMA (via pmdarima) to forecast the State Bank of Pakistan (SBP) policy rate.

πŸ“Š Overview

  • Input: Monthly SBP policy rate dataset (data/sample.csv).
  • Method: Auto-ARIMA model selection (AIC-based).
  • Output: Forecast for the next 10 months.

πŸš€ How to Run

python -m venv .venv
source .venv/bin/activate   # Linux/Mac
.venv\Scripts\activate      # Windows

pip install -r requirements.txt
python src/forecast.py

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages