Subtopic 1 - Overview of Time Series
Subtopic 1 - Overview of Time Series
Module 4
SUBTOPIC 1
OVERVIEW OF TIME
SERIES ANALYSIS
Upon the completion of this module, the students are
expected to:
• Further understand the concept of Time Series Analysis
• Define terms related to forecasting
• Identify various software systems used in forecasting
• Determine the requirements for doing time series analysis
• Time series data is a sequence of observations collected
from a process with equally spaced periods of time.
• It establish relation between “cause” and “effect”
• One variable is “Time” which is considered as the
independent variable and the second is “Data” also known
as the dependent variable.
Time series data is
expected to have two
variables: time and data
1. Daily data on sales
2. Monthly inventory
3. Daily customers
4. Monthly interest rates, cost
5. Monthly unemployment rates
6. Weekly measures of money supply
7. Daily closing prices of stock indexes, and soon.
Day No. of Packets Milk
Number of milks sold increases
sold
every Weekend
Monday 90
120
Tuesday 88 100
Wednesday 85 80
Thursday 75 60
40
Friday 72
20
Saturday 90 0
Monday Tuesday Wednesday Thursday Friday Saturday Sunday
Sunday 102
Through Time Series Analysis, businessmen can predict about
the changes in economy.
Furthermore, it could also help in determining the following:
Examples:
• More woolen clothes are sold in winter than in the season
of summer
• Each year more ice creams are sold in summer and very
little in Winter season
These are recurrent upward or downward movements in a
time series but the period of cycle is greater than a year.
These are fluctuations in the time series that are short in
duration, erratic in nature and follow no regularity in the
occurrence pattern.
Exponential Smoothing Moving Average
Tableau Excel
SAP Analytics
SAS 9.4
Computing Forecasts and Measures of Forecast Accuracy using
the most recent Value as the Forecast for the next Period
Measures to determine how well a particular forecasting
method is able to reproduce the time series data that are
already available
Forecast Error: Difference between the actual and
the forecasted values for period t.
• 𝑒𝑡 = 𝑦𝑡 − 𝑦ො𝑡
Mean Forecast Error: Mean or average of the
forecast errors.
σ𝑛
𝑡 = 𝑘 + 1 𝑒𝑡
• MFE =
𝑛−𝑘
• Measures to determine how well a particular forecasting
method is able to reproduce the time series data that are
already available.
Mean Absolute Error (MAE): Measure of forecast accuracy that
avoids the problem of positive and negative forecast errors offsetting
one another.
σ𝑛
𝑡 = 𝑘 + 1 𝑒𝑡
• MAE =
𝑛−𝑘
Mean Squared Error (MSE): measure that avoids the problem of
positive and negative errors offsetting each other is obtained by
computing the average of the squared forecast errors.
σ𝑛 2
𝑡 = 𝑘 + 1 𝑒𝑡
• MFE =
𝑛−𝑘
Univariate time series models are models used when the
dependent variable is a single time series.
Multivariate time series models are used when there are
multiple dependent variables. In addition to depending on
their own past values, each series may depend on past and
present values of the other series.