Skip to content

Commit a906c34

Browse files
Ajit Kumar SinghAjit Kumar Singh
Ajit Kumar Singh
authored and
Ajit Kumar Singh
committed
adding readme
1 parent dc7de85 commit a906c34

File tree

4 files changed

+917
-11
lines changed

4 files changed

+917
-11
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

+61
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
11
# Time-Series-Analysis-and-Forecasting-with-Python
22
<p>Time series analysis comprises methods for analyzing time series data in order to extract meaningful statistics and other characteristics of the data. Time series forecasting is the use of a model to predict future values based on previously observed values.</p>
33
<p>Time series are widely used for non-stationary data, like economic, weather, stock price, and retail sales in this post. We will demonstrate different approaches for forecasting retail sales time series. Let’s get started!</p>
4+
5+
## Contents
6+
7+
- **Time Series Data Visualization**
8+
9+
- Plotting of Pandas Df
10+
- Adding title
11+
- Adding Axis label
12+
- X limits by slice
13+
- X limit by argument
14+
- Color and Style
15+
- X ticks spacing
16+
- Date formatting
17+
- Major and Minor axis values
18+
- Gridlines
19+
20+
- **Time Series EDA**
21+
22+
- Introduction with time series data
23+
- Time resampling
24+
- Time downsampling/upsampling
25+
- Time Shifting
26+
- forward shift
27+
- backward shift
28+
- Rolling window mean
29+
- Expanding window mean/cummulative mean
30+
31+
- **Time Series Data Analysis**
32+
33+
- Introduction to statsmodels
34+
- Hodrick Prescott filter - Trend/cyclical components
35+
- Time Series Stationarity
36+
- Augmented Dickey Fuller Test
37+
- Granger Causality Tests
38+
- Time series decomposition
39+
- Additive/multiplicative models
40+
- Moving Average
41+
- Simple Exponentially weighted moving average(EWMA)
42+
- Double EWMA
43+
- Holt-Winters Method(Triple EWMA)
44+
45+
- **Time Series Forecasting Classical Methods**
46+
47+
- Forecasting with Holts-Winter Method
48+
- Autocorrelation function(ACF)
49+
- Partial autocorrelation function(PACF)
50+
- Autocovariance for 1D
51+
- Autocorrelation for 1D
52+
- Autoregressive model(AR(p))
53+
- Autoregressive Moving Average(ARMA) Model
54+
- Autoregressive Integreted Moving Average(ARIMA)
55+
- Error/Trend/Seasonal Decomposition(ETS Decomposition)
56+
- Seasonal Autoregressive Integreted Moving Averages(SARIMA)
57+
- Seasonal AutoRegressive Integreted Moving Average with EXogenous Variable.
58+
59+
- **Time Series Forecasting with Deep Learning**
60+
61+
- LSTMs for time series forecasting
62+
63+
64+

Time_Series_Analysis_Sales_Data.ipynb renamed to Time_Series_Data_Analysis.ipynb

+490-11
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)