News & Blogs

TIME SERIES ANALYSIS & FORECASTING (FOR NON-TREND MODELS)

Observations of any variable recorded over time in sequential order are considered a time series. The measurements may be taken every hour, day, week, month, or year, or at any other regular interval. The time interval over which data are collected is called periodicity. There are two common approaches to forecasting: -

1)Qualitative Forecasting method: When historical data are unavailable or not relevant to future. Forecasts generated subjectively by the forecaster. For example – a manager may use qualitative forecasts when he/she attempts to project sales for a brand-new product. Although qualitative forecasting method is attractive in certain scenarios, it’s often criticised as it’s prone to optimism and overconfidence.

2)Quantitative Forecasting method: When historical data on variables of interest are available. Methods are based on an analysis of historical data concerning the time-series of the specific variable of interest. Forecasts are generated through mathematical modelling. Quantitative forecasting methods are subdivided into two types:

1)Time Series Forecasting methods: forecast of future values based on the past and present values of the variable being forecasted. These are also known as non-casual forecasting methods, they are purely time series models and do not present any explanation of the mechanism generating the variable of interest and simply provide a method for projecting historical dat

2)Casual Forecasting methods: It attempts to find casual variables to account for changes (for the variable to be forecasted) in a time series. It forecasts the future values by examining the cause and effect relationships. Casual forecasting methods are based on a regression framework, where the variable of interest is related to a single or multiple independent variables. Here, forecasts are caused by the known values of the independent variables.

Basic assumptions of time-series forecasting are: -

  • Factors that have influenced activities in the past and present will continue to do so in more or less the same way in the future.
  • As the forecast horizon shortens, forecast accuracy increases.
  • Forecasting in the aggregate is more accurate than forecasting individual items.
  • Forecasts are seldom accurate (therefore it is wise to offer a forecast range)

In this blog, we are going to focus on Time Series Forecasting when there are no Trends in the model. The main aim of which is to identify and isolate influencing factors to make predictions. To achieve this objective, we need to explore the fluctuations using mathematical models, the most basic of which is the classical ‘multiplicative’ model.

                                                                               

Figure 1: This shows a Time Series Plot which shows the monthly sales for two companies over two years, where the vertical axis measures the variable of interest and the horizontal axis corresponds to the time periods.

Figure 2 shows the components of a time series. The pattern or behaviour of the data in a time series involves several components:

  • Trend - the long-term increase or decrease in a variable being measured over time (such as the growth of national income). Forecasters often describe an increasing trend by an upwards sloping straight line and a decreasing trend by a downward sloping straight line.
  • Cyclical - a wave like pattern within the time series that repeats itself throughout the time series and has a recurrence period of more than one year (such as prosperity, recession, depression and recovery).
  • Seasonal - a wave like pattern that is repeated throughout a time series and has a recurrence period of at most one year (such as sales of ice-cream or garden supplies)
  • Irregular - changes in time-series data that are unpredictable and cannot be associated with the other components (such as floods, strikes).

The classical multiplicative time series model states that any value in a time-series is the product of trend, cyclical, seasonal and irregular, as the multiplicative model assumes that the effect of these four components in a time series model are interdependent.

Classical multiplicative time series model for annual data: Yi = Ti * Ci * Ii

where, Ti is the value for the trend component in the year ‘i’,

Ci is the value of the cyclical component in the year ‘i’,

Ii is the value of the irregular component in the year ‘i’.

Classical multiplicative time series model includes the seasonal component where there is quarterly or monthly data available: Yi = Ti * Ci * Ii * Si

Where, Si is the value of the seasonal component in time period ‘i’.

                                                                                                             

Since in this blog we are primarily focusing on Non-Trend Models (which means after plotting the data there are no patterns that occur over time, neither an upward nor a downward trend), we use smoothing techniques to smooth series and provide an overall long term impression. When there’s no trend, we use smoothing techniques such as the method of moving averages or the method of exponential smoothing to smooth the series.

Time-series smoothing methods: If, for instance, we use annual data, a smoothing technique can be used to smooth a time series by removing unwanted cyclical and irregular variations.

Let’s take an example of Gasoline sales (in 1000s of Gallons) over a period of time:

Year

1

2

3

4

5

6

7

8

9

10

11

12

Sales (Yi)

17

21

19

23

18

16

20

18

22

20

15

22

We drew a scattered diagram using the above-mentioned data. In figure 4, our visual impression of the long-term trend in the series is obscured by the amount of variation from year to year. It becomes difficult to judge whether any long term upward or downward trend exists in the series. To get a better overall impression of the pattern of movement in the data over time, we smooth the data.

One of the ways is using the Moving Averages method: here the mean of the time series data is taken from several consecutive periods. The term moving is used because it’s continually recomputed as new data becomes available, it progresses by dropping the earliest value and adding the latest value. To calculate moving averages, we need to know the length of periods chosen to be included in the moving average. Moving Averages are represented by MA(L ) where L denotes the length of periods chosen. A Weighted Moving Average (WMA) is prepared as It helps to smooth the price curve for better trend identification. It places even greater importance on recent data.

Using the above example, we prepare a table to show the Weighted Moving Averages:

In the above figures (5 & 6), we can observe that the 5 year moving averages smooth the series more than the 3 year moving averages because the period is longer. So, as L increases, it smoothens the variations better but the number of moving averages that we can calculate becomes fewer, this is because too many moving averages will be missing at the beginning and end of the series.

A Moving Average has two main disadvantages:

It involves the loss of the first and last sets of time periods. This could be a significant loss of information if there are few observations in the time series.

The process of dropping the last observation in current set causes the moving average to forget most of the previous time series values A technique that addresses both of these problems is called Exponential Smoothing. It’s a forecasting technique in which a weighting system is used to determine the importance of previous time periods in the forecast. It’s used to weight data from previous time periods with exponentially decreasing importance in the forecast. The aim is to estimate the current level and use it as a forecast of future value.

To calculate an exponentially smoothed value in time period ‘i’, we use the following understanding: -

E1 = Y1        Ei = WYi + (1-W)Ei-1,

where,

Ei is the value of the exponentially smoothed series being calculated in the time period ‘i’

Ei-1 is the value of the exponentially smoothed series already calculated in the time period ‘i-1’

Yi is the observed value of the time series in period ‘i’

W is subjectively assigned weight or smoothing coefficient (where, 0 < W < 1)

Let us use the same example of Gasoline sales (in 1000s of Gallons) over a period of time:

(Assume W = 0.5)

From figure 7, we can observe how exponentially smoothening the series with lesser variations. Now comes the point where we take a decision to choose the smoothing coefficient. When we use a small W (such as W = 0.05) then there’s heavy smoothing, as there’s more emphasis on the previous time period (Yi-1), therefore, slow adoption to recent data. If there’s moderate smoothing (such as W = 0.2) then there’s moderate smoothing or moderate adaptation to recent data. And if we choose a high value for W (such as W = 0.8) then there’s little smoothing and quick adaptation to the recent data.

Therefore, the selection has to be somewhat subjective. So, if our goal is to only smooth a series by eliminating unwanted cyclical and irregular variations, we should select a small value for W (thus less responsive to recent changes). If our goal is forecasting, then we should choose a large value for W (in this case more weight is being put on the actual value than the forecast value as large W assigns more weights to the more recent values).