Forecasting Principles and methods

Forecasting Principles and methods

Advanced models of time series analysis and these are known as exponential smoothing models. The name explanation smoothing is derived from weighted moving average method. We used to assign weights to the demand data of previous periods now if the weights are decreasing exponentially it becomes exponential smoothing model. It is basically type of weighted moving average method so in this exponential smoothing method we assign weights but these weights are decreasing in the exponential order from the present period to the past periods. In this model we use word smoothing is the characteristics of our past data we use some data and in that we saw that there is no smooth curve available for historical data even in the case of horizontal demand data the curve is like given below:

No alt text provided for this image

 

there are fluctuations and jig-Jack movement in my past data. It is argued that these jig jag movements are around a baseline (as in fig) and around baseline this jig Jack movement is taking place. When we are using this word smoothing, so we are trying to smooth this jig jag line and touch the baseline. It can touch the baseline. Whenever actual demand data will be there, there will be some kind of fluctuations and these fluctuations are difficult to control of anybody you cannot control these fluctuations but what we can do we match the baseline with smoothing curve. The weight are reducing in the exponential order and the second is to smooth the fluctuations of this actual demand line so that actual demand line can coincide with baseline. These types of models are very efficient and the power of these models that computation becomes much easier.

When to use Exponential smoothing:

1.      When you are forecasting for a large number of items.

2.      The forecasting horizon is relatively short.

3.      There is little outside information available about the cause and effect.

4.      Some effort in forecasting is desired. Effort is measured by both a method’s ease of application and by the computational requirement.

5.      Updating of the forecast as new data becomes available is easy.

6.      It is desired that the forecast is adjusted for randomness and tracks, trends and seasonality.

How we apply the method for smoothing and remove randomness the formula for updating the base value is:

New Base = Previous Bases + α(New Demand – Previous Base)

No alt text provided for this image

 Smoothing Constant, α must be between 0 to 1

A large α provides a high impulse response forecast.

A Small α provides a low impulse response forecast.

the values of α can range from 0 to 1. Your experience and there are some software help also available which can help us what is the right value of alpha.

There are two cases of α becomes 0 and then New base equal to previous base.

In that situation totally discard that fluctuations and in that situation I am taking α=0

To view or add a comment, sign in

More articles by Kishan Rajoria

  • Working of MLOps (Part-3)

    MLOps follows a similar pattern to DevOps the practices that driver’s seamless integration between your development…

    1 Comment
  • Key questions for finding data to build ML models

    Since data is the essential ingredient to power ML algorithms, it always helps to build an understanding of the…

  • Roles and Requirement of MLOPs (Part-2)

    1. Subject matter experts a.

    1 Comment
  • Machine Learning Model Operationalization (ML Ops): Part-1

    During the industrial revolution the rise of the physical machines required organizations to systematize form factories…

    1 Comment
  • Forecasting Error

    When doing forecasting whether our forecasting model is accurate or not because forecasting is an estimation of future…

  • Exponential Smoothing model

    As we know exponential smoothing models are very efficient models of smoothing and these models help us effortless…

  • Forecasting Introduction and Methods-2

    For the time series forecasting there are some fundamental requirements. Type of method you are going to use you need…

  • Forecasting Introduction & Methods-1

    Utility operation and maintenance management point of view we have to take many decisions based on forecasting…

  • Basic Intro to DSP

    Digital signal processing Lets introduce ourselves to digital signal processing. It is concerned with the…

Explore content categories