Question Details

The time series forecasting method that gives equal weightage to each of the M most recent observations is

Options

A

Moving average method

B

Exponential smoothing with linear trend

C

Triple Exponential smoothing

D

Kalman Filter

Show Answer

Correct Answer :

Option A

Moving average method

Solution :

The correct option is Moving average method.

Step-by-Step Explanation:

1. Understanding the Simple Moving Average (SMA):
The moving average method (specifically the Simple Moving Average) is a forecasting technique that estimates the value of a time series for the next period by taking the arithmetic mean of the M most recent actual observations.

2. Mathematical Representation:
The forecast for period t+1, denoted as Ft+1, is calculated using the M most recent actual values Yt,Yt-1,...,Yt-M+1 as follows:

F t + 1 = Y t + Y t - 1 + ... + Y t - M + 1 M

Alternatively, this can be written as:

F t + 1 = 1 M Y t + 1 M Y t - 1 + ... + 1 M Y t - M + 1

3. Weightage Analysis:
From the equation above, we can see that each of the M most recent observations is multiplied by a constant factor of 1M. This means that every observation within the sliding window of size M is given equal weightage (1M or 100M%), while any observation older than M periods is assigned a weight of zero.

4. Comparison with other options:
- Exponential smoothing methods (including those with linear trend and triple exponential smoothing) assign weights that decrease exponentially as the observations get older.
- Kalman Filter uses a recursive Bayesian approach where weights are dynamically updated based on the estimated uncertainty and noise covariance, rather than assigning constant equal weights to a fixed historical window.

Unlock Our Free Library

Access expert-curated educational resources and study materials—completely free.

Discover more resources

You may also like

Mock Tests

View All
  • CTET
  • intermediate
  • No time limit
  • child development and pedagogy, mathematics, social science

  • SSC
  • intermediate
  • 2 hours and 30 mins
  • child development and pedagogy, mathematics, social science

Ask AI Tutor
5 left
Q1 View Question & Options
AI Tutor is solving this question...
Reading question context & options...