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

https://github.com/divakarkumarp/time-series-analysis-using-arima


https://github.com/divakarkumarp/time-series-analysis-using-arima

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Time-Series-Analysis-using-ARIMA (Autoregressive Integrated Moving Average)
------------------------
Time Series Analysis and Forecasting is the process of understanding and exploring time series data to predict or forecast values for any given time interval. This forms the basis for many real-world applications such as sales forecasting, stock market forecasting, weather forecasting and many more.
Not all data that has timestamps or dates as its feature or column can be considered time series data. A time-series data should consist of observations over a regular and continuous interval. Here are some examples of time series data:
Records of observations of the daily stock price from the start of the year to the end of the year. The hourly observation of rising and fall in Bitcoin price over a period of time. Given below is an example dataset that consists of the daily opening and closing price of Bitcoin.

--------------------------------

### Technologies Used:

![](https://forthebadge.com/images/badges/made-with-python.svg)

[](https://numpy.org) [](https://pandas.pydata.org) [](https://seaborn.pydata.org) [](https://matplotlib.org) [](https://jupyter.org/)