Skip to content

I perform a time series analysis on data obtained from the US Census Bureau. I walk through the necessary steps to find the right parameters for an ARIMA model.

Notifications You must be signed in to change notification settings

cbarger233/ARIMA-Population-Analysis

Repository files navigation

ARIMA-Population-Analysis

In the arima_real.ipynb file I perform an analysis on POP.csv file. I walk through the necessary steps to determine the three parameters in the ARIMA(p,d,q) time series model using the statsmodels package in Python.

I then use the ARIMA model to split the data into a testing and training set to make forecasts in the future.

About

I perform a time series analysis on data obtained from the US Census Bureau. I walk through the necessary steps to find the right parameters for an ARIMA model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published