secil-carver / Time-Series-Analysis

Analyze trends and forecast daily revenues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time-Series-Analysis

Research Question

Can we analyze trends and forecast daily revenues for the six months using time series models?

The Goal of the data analysis

The goal of this data analysis is to find out if Teleco's past revenues have a trend that can be analyzed and whether these trends can be used to forecast future revenues using time series models.

image

Assumptions of a time series model

Time series models assumptions are:

  • Time series is stationary - Stationary data has a flat mean without trend, constant variance, and constant autocorrelation structure over time with no periodic fluctuations. To make a non-stationary series stationary we can differentiate the data, take the logarithm of the data, or take the square root of the data.

image

  • Time series does not have autocorrelation - Autocorrelation or serial correlation is the correlation of a time series with a lagged version of itself. If there are any correlations present, they indicate that past values influence current ones. Autocorrelation is useful in technical analysis because past trends are helpful in generating forecasts. However, they are not good for statistical tests because these tests require independent observations.

image

About

Analyze trends and forecast daily revenues.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%