2.25 Simple Time Series Analysis (Pro)

Contents

Summary

The Simple Time Series Analysis app can be used to perform simple time series analysis including autocorrelation, cross correlation, differencing, and single exponential smoothing.

Tutorial

This tutorial will show you how to use the five buttons on the toolbar to perfrom the analysis:
Toolbar Simple Time Series Analysis.png

Start this tutorial with the app Simple Time Series Analysis installed. If you have not installed this app, please click Add Apps button in Apps Gallery to open App Center to search and install the app.

Please download the sample project here before you tried to perfrom the analysis.

Differences tool

  1. Open the sample project you downloaded, switch to the first sheet. Click the app icon in App Gallery to activate the toolbar of the app.
  2. Click the first button DIFF to open the app dialog. Select Col(B) as Time Series, Seasonal Difference as Type, set Order to 1 and Period to 3.
    New Simple Time Series Analysis 01 a.png
  3. Click OK button to get the difference result.
    New Simple Time Series Analysis 01 b.png
The results you get here is calculated by formula: C[i+3]=B[i+3]-B[i]

Lag tool

  1. Select the col(B) again, click LAG button in the app toolbar to open the tslag dialog. Enter -1 for Lag.
    New Simple Time Series Analysis 02 a.png
  2. Click OK button to perfrom the analysis.
    New Simple Time Series Analysis 02 b.png
The results are gotten by moving col(B) forward one row but keeping the original col(A).

Single Exponential Smoothing tool

  1. Select Col(B) again in first sheet. Click the Single Exponential Smoothing button on the app toolbar to open the tsexpsm1 dialog. Uncheck the Auto check box for Smoothing Constant and set its value to 0.9. Set Number of Points to Initialize to 2 and Number of Forecasts to 2.
    Simple Time Series Analysis 3 a.png
  2. Click OK button to perfrom the analysis. Two result sheets are created to show you the smoothing results.
    Simple Time Series Analysis 3 b.png

Autocorrelations&Partial Autocorrelations tool

  1. Go to sheet "Annual Precipitations", select col(C) and click the ACF&PACF button on the app toolbar to open the tsacf dialog.
  2. In the dialog, uncheck Auto check box after Number of Lags box and enter value 6; choose Independent Model and keep Partial Autocorrelation be checked; Check t Statistic check box under Autocorrelation and Partial Autocorrelation branch both.
    Simple Time Series Analysis 04 a.png
  3. Click OK button to get the result sheets.
    Simple Time Series Analysis 04 b.png

Cross Correlation tool

  1. Go to sheet "Annual Precipitations", select col(B) and col(C) to click CCF button on the app toolbar to open the tsccf dialog.
  2. Enter 5 for Number of Lags and keep the check box Standard Error and Confidence Limits be checked.
    Simple Time Series Analysis 05 a.png
  3. Click OK button to get the result sheets.
    Simple Time Series Analysis 05 b.png