Please enable JavaScript.
Coggle requires JavaScript to display documents.
Time Series - Coggle Diagram
Time Series
Definitions
Time Series
Stationary
TS can be tested for stationarity!
rolling statistic, Augmented Dickey Fuller tests, etc
Technics to convert to S
Differencing
Several orders of the basic:
difference = previous observation - current observation
subtraction prev from current obs
Transformation
Taking log, roots, etc from obs, depending on the
present trend
-
Nonstationary
When statistical properties (mean, std) change over time
and there is no trend or seasonality
-
-
-
-
-
-
-
Forecasting
Steps
Step 7: At the end we can do the future forecasting and get the future forecasted values in original scale.
Step 6: Now we will have an array of predictions which are in transformed scale. We just need to apply the reverse transformation to get the prediction values in original scale.
Step 5: We can assess the performance of a model by applying simple metrics such as residual sum of squares(RSS). Make sure to use whole data for prediction.
-
Step 3: Note down the transformation steps performed to make the time series stationary and make sure that the reverse transformation of data is possible to get the original scale back
-
Step 1: Understand the time series characteristics like trend, seasonality etc
Models
-
Moving Average (MA)
Rather than using past values of the forecast variable in a regression, a moving average model uses linear combination of past forecast errors
-
-
-
-
-
-
-
-
-
-
-
-
-