Time Series Analysis for SSC CGL — Components, Models, and Trend Methods

intermediate 22 min read

Concept

A time series is a sequence of observations recorded at successive, equally-spaced points in time. Think of your electricity bill — it fluctuates every month because of multiple forces pulling it in different directions simultaneously: a long-run rise in tariff rates, a summer spike when ACs run full blast, a broader economic cycle, and the occasional random fault in your meter. Time series analysis is the formal process of separating and measuring each of those forces.

Here is the core idea: any observed value in a time series is not a single clean number — it is the combined result of four distinct forces acting at once. Your job in an exam question is to identify which force is being tested, isolate it, and compute it.

The four components (साख-स्थर, as they are sometimes called in Hindi statistics classrooms):

The analogy that works for most students: imagine a river (Trend) flowing downstream, with predictable tides (Seasonal) on top of it, longer oceanic swells (Cyclical) underneath, and random waves from a passing boat (Irregular) thrown in. The water level you measure at any moment is all four superimposed.

In SSC CGL Statistics, this topic generates direct formula-substitution questions, moving average computations, and model identification questions. None of them are conceptually hard — they are execution traps. Stay sharp on which years go into which average, and which formula belongs to which model.


Deep Dive

The Two Compositional Models

Time series theory uses two standard models to describe how the four components combine.

Additive Model: Y=T+S+C+IY = T + S + C + I

Use this when the amplitude of seasonal swings stays roughly constant regardless of where the trend is. If December always contributes an extra ₹500 irrespective of whether the base trend is ₹2,000 or ₹5,000, you are in additive territory.

Multiplicative Model: Y=T×S×C×IY = T \times S \times C \times I

Use this when seasonal swings grow proportionally with the trend — December contributes 25% extra whether the base is ₹2,000 or ₹5,000. Most real-world economic data (sales, production, income) is multiplicative. In SSC CGL questions, unless told otherwise, assume multiplicative.

In the multiplicative model, S, C, and I are expressed as indices (ratios, not absolute values). An S of 1.2 means 20% above the average seasonal level. A C of 0.9 means 10% below the trend-seasonal baseline. T is in the original unit (tonnes, ₹, etc.).

Methods of Measuring Trend

1. Free-Hand Curve Method Draw a smooth curve through the data by eye. Completely subjective, no calculations. Only mentioned in theory questions; never used in numerical problems.

2. Method of Semi-Averages Split the data into two equal halves, compute the mean of each half, plot these two points, and join them with a straight line. Objective but crude — gives only a straight-line trend. Step count: 4 steps. Fast for rough estimates, never used when least squares is an option.

3. Method of Moving Averages Replace each value with the average of a group of consecutive values centred around it. This smooths out short-term fluctuations.

For an odd-period moving average (3-year, 5-year): The average is centred exactly at the middle year.

For an even-period moving average (4-quarter, 12-month): The average falls between two time points, so you must centre it by taking a 2-point moving average of the moving averages.

This centring step is where most exam errors happen. If the question asks for a 3-year MA, no centring needed. If it asks for a 4-quarter MA, check whether centring is required.

4. Method of Least Squares This is the gold standard. It fits a mathematical equation — usually a straight line — to the data by minimising the sum of squared deviations: (YY^)2 is minimised\sum (Y - \hat{Y})^2 \text{ is minimised}

The resulting linear trend equation is: Y^=a+bX\hat{Y} = a + bX

where:

The origin year is stated in the problem. To find the trend value for any year, compute X = (target year − origin year) and substitute.

This method is objective, mathematical, and gives the best-fit line. It is the answer whenever any question asks "which method minimises squared deviations."

Seasonal Variation: Link Relative Method

The link relative method (chain base method) measures seasonal variation by expressing each period's value as a percentage of the preceding period's value:

Link Relative=Current period valuePrevious period value×100\text{Link Relative} = \frac{\text{Current period value}}{\text{Previous period value}} \times 100

Seasonal indices are then computed from these link relatives. This is the exam answer for "which method measures seasonal variation using ratios of successive values."

Decomposing a Multiplicative Series

If you are given Y, T, S, and I and asked for C: C=YT×S×IC = \frac{Y}{T \times S \times I}

If you are given Y, T, S, and C and asked for I: I=YT×S×CI = \frac{Y}{T \times S \times C}

Rearrange the fundamental equation algebraically. No new formula needed — just isolate the unknown component.


Memory Tricks & Shortcuts

patternTSCI — The Series Can be Isolated

To remember the four components in order — Trend, Seasonal, Cyclical, Irregular — use the mnemonic "The Series Can be Isolated". In SSC CGL options, when a question asks "which component recurs within a year", the answer is always Seasonal (S). When it asks "which repeats over multiple years linked to the business cycle", answer is Cyclical (C). Distinguishing S from C is the most common MCQ trap — S fits inside one year, C spans multiple years. Standard identification time: 15 seconds. With this hook: 3 seconds.

pattern3-Year MA: Middle Value's Neighbours

For a 3-year moving average, the answer for year tt is always the arithmetic mean of the values at years t1t-1, tt, and t+1t+1. Do not sum four values. Do not average two. Exactly three. Pattern: look at the year asked, take its immediate left neighbour and immediate right neighbour, average the three. For the PYQ asking the MA for 2021 with data [4,6,8,10,12] for 2019–2023: 2021's neighbours are 2020(=6) and 2022(=10). Average of 6, 8, 10 = 24/3 = 8. Standard approach (re-reading): 30s. With this hook: 8s.

eliminationLeast Squares = Minimise Squares — One Elimination

In any question asking "which trend method gives the best mathematical fit" or "minimises deviations", the answer is always Method of Least Squares — eliminate all others in one shot. Free-hand: subjective (eliminate). Semi-averages: rough straight line (eliminate). Moving averages: smooths but doesn't fit a curve (eliminate). Least squares: the only one that minimises (YY^)2\sum(Y-\hat{Y})^2 by definition. You do not need to recall the formula to answer such questions — just eliminate. Time: 5 seconds vs 20 seconds re-reading each option.

substitutionMultiplicative Model Component Isolation

In Y=T×S×C×IY = T \times S \times C \times I, to find any missing component, divide Y by the product of all given components. Write it as a fraction: unknown = numerator Y, denominator = product of the three known components. Example: Y=216, T=200, S=1.2, C=0.9, I=? → I = 216/(200×1.2×0.9) = 216/216 = 1. Or for C: C = Y/(T×S×I). This single substitution rule covers every variation of "find the missing component" question. Standard algebraic rearrangement: 40s. This substitution template: 12s.

patternLeast Squares Forecasting: X = Year Gap

When the trend equation is Y^=a+bX\hat{Y} = a + bX and origin year is given, X for any target year = target year minus origin year. Do not confuse X=0 as year 1 or year 2020; read the problem. For Y^=50+3X\hat{Y} = 50 + 3X with X=0 for 2020: for 2023, X = 2023 − 2020 = 3, so Y^\hat{Y} = 50 + 9 = 59. Every SSC CGL least squares forecasting question reduces to this one subtraction followed by one substitution. Two steps, no quadratic, no iteration. Standard method: 45s. This pattern: 10s.


Fast-Solving Framework

When you see a time series question in the exam hall, run this decision tree:

Step 1 — Identify question type:

Step 2 — Watch for traps:

Step 3 — Calculate and match: Most questions require at most two arithmetic operations. If your working runs to five lines, you have likely misidentified the question type — go back to Step 1.


Solved PYQs

Why this question: Tests the most fundamental moving average computation — getting the window boundaries right is the only challenge.

Previous Year Questionपिछले वर्ष का प्रश्न
The 3-year moving average of the data values 4, 6, 8, 10, 12 for the years 2019–2023 respectively is calculated. What is the moving average for the year 2021?
वर्ष 2019–2023 के लिए क्रमशः 4, 6, 8, 10, 12 डेटा मानों का 3-वर्षीय चलायमान औसत निकाला जाता है। वर्ष 2021 के लिए चलायमान औसत क्या होगा?
  1. 6
  2. 7
  3. 10
  4. 8
  1. 6
  2. 7
  3. 10
  4. 8
Solutionसमाधान
The 3-year moving average for 2021 uses the values for 2020, 2021, and 2022, which are 6, 8, and 10. Their average = (6 + 8 + 10) / 3 = 24 / 3 = 8. So the moving average for 2021 is 8.
2021 के लिए 3-वर्षीय चलायमान औसत में 2020, 2021 और 2022 के मान (6, 8 और 10) शामिल होते हैं। इनका औसत = (6 + 8 + 10) / 3 = 24 / 3 = 8। अतः 2021 का चलायमान औसत 8 है।

Solving path: Data: 2019=4, 2020=6, 2021=8, 2022=10, 2023=12. For 3-year MA centred at 2021, the window is [2020, 2021, 2022] = [6, 8, 10]. Average = 24/3 = 8. The trap: some students include 2019 and compute (4+6+8)/3 = 6 — that is the MA for 2020, not 2021. Always centre the window on the year asked.


Why this question: Tests conceptual identification of the least squares method — a pure definition question answered in under 5 seconds with the elimination trick.

Previous Year Questionपिछले वर्ष का प्रश्न
Which method of measuring trend in a time series gives the best fitting curve by minimizing the sum of squares of deviations of actual values from the trend values?
टाइम सीरीज़ में प्रवृत्ति मापने की कौन सी विधि वास्तविक मूल्यों और प्रवृत्ति मूल्यों के विचलन के वर्गों के योग को न्यूनतम करके सबसे उपयुक्त वक्र देती है?
  1. Method of moving averages
  2. Method of least squares
  3. Method of semi-averages
  4. Method of free-hand curve
  1. चलायमान औसत विधि
  2. न्यूनतम वर्ग विधि
  3. अर्ध-औसत विधि
  4. मुक्त-हस्त वक्र विधि
Solutionसमाधान
The method of least squares determines the trend line by minimizing the sum of squared differences between the observed values and the values on the trend line. It provides the most mathematically precise and objective fit compared to other methods.
न्यूनतम वर्ग विधि (Least Squares Method) प्रवृत्ति रेखा को इस प्रकार निर्धारित करती है कि देखे गए मूल्यों और प्रवृत्ति रेखा के मूल्यों के बीच वर्गित अंतर का योग न्यूनतम हो। यह अन्य विधियों की तुलना में सबसे सटीक और वस्तुनिष्ठ परिणाम देती है।

Solving path: The phrase "minimising the sum of squares of deviations" is the definition of least squares. Eliminate moving averages (smooths, doesn't minimise squared deviations), semi-averages (rough, no minimisation), and free-hand curve (subjective). Answer: Method of Least Squares.


Why this question: Tests the multiplicative model formula directly — the most commonly tested compositional model in SSC CGL Statistics.

Previous Year Questionपिछले वर्ष का प्रश्न
The four components of a time series are Trend (T), Seasonal (S), Cyclical (C), and Irregular (I). In the multiplicative model, the time series value Y is expressed as:
एक समय श्रृंखला के चार घटक हैं: प्रवृत्ति (T), मौसमी (S), चक्रीय (C), और अनियमित (I)। गुणात्मक मॉडल में, समय श्रृंखला का मान Y किस प्रकार व्यक्त किया जाता है?
  1. Y = T × S × C × I
  2. Y = T × S + C × I
  3. Y = T + S × C × I
  4. Y = T + S + C + I
  1. Y = T × S × C × I
  2. Y = T × S + C × I
  3. Y = T + S × C × I
  4. Y = T + S + C + I
Solutionसमाधान
In the multiplicative model of time series, all four components — Trend, Seasonal, Cyclical, and Irregular — are multiplied together: Y = T × S × C × I. The additive model uses Y = T + S + C + I. The multiplicative model is preferred when the seasonal variation increases proportionally with the trend level.
समय श्रृंखला के गुणात्मक मॉडल में चारों घटकों — प्रवृत्ति, मौसमी, चक्रीय और अनियमित — को आपस में गुणा किया जाता है: Y = T × S × C × I। योगात्मक मॉडल में Y = T + S + C + I का उपयोग होता है। गुणात्मक मॉडल तब उपयुक्त होता है जब मौसमी विविधता प्रवृत्ति के अनुपात में बढ़ती है।

Solving path: Two models to remember. Multiplicative: Y=T×S×C×IY = T \times S \times C \times I (all four multiplied). Additive: Y=T+S+C+IY = T + S + C + I (all four added). The question states "multiplicative model", so the answer is Y=T×S×C×IY = T \times S \times C \times I. Scan the options: only option A matches exactly. Options B and C are hybrids that do not correspond to any standard model — eliminate immediately.


Why this question: Tests least squares forecasting — the most direct application of the trend equation. Straightforward substitution once X is correctly computed.

Previous Year Questionपिछले वर्ष का प्रश्न
The annual data on production (in thousand tonnes) of a factory is given below. Using the least squares method, the trend equation is Ŷ = 50 + 3X, where X = 0 for the year 2020. What is the trend value for the year 2023?
एक कारखाने के वार्षिक उत्पादन (हजार टन में) पर डेटा दिया गया है। न्यूनतम वर्ग विधि का उपयोग करते हुए, प्रवृत्ति समीकरण Ŷ = 50 + 3X है, जहाँ X = 0 वर्ष 2020 के लिए है। वर्ष 2023 के लिए प्रवृत्ति मान क्या होगा?
  1. 53 thousand tonnes
  2. 59 thousand tonnes
  3. 56 thousand tonnes
  4. 62 thousand tonnes
  1. 53 हजार टन
  2. 59 हजार टन
  3. 56 हजार टन
  4. 62 हजार टन
Solutionसमाधान
For the year 2023, X = 2023 − 2020 = 3. Substituting in the trend equation: Ŷ = 50 + 3(3) = 50 + 9 = 59 thousand tonnes. The least squares trend equation gives the best-fit line minimizing the squared deviations.
वर्ष 2023 के लिए X = 2023 − 2020 = 3। प्रवृत्ति समीकरण में रखने पर: Ŷ = 50 + 3(3) = 50 + 9 = 59 हजार टन। न्यूनतम वर्ग विधि से प्राप्त प्रवृत्ति समीकरण वह सर्वोत्तम रेखा देता है जो विचलन के वर्गों के योग को न्यूनतम करती है।

Solving path: Origin year: 2020 (X=0). Target year: 2023. X = 2023 − 2020 = 3. Trend equation: Y^=50+3X=50+3(3)=50+9=59\hat{Y} = 50 + 3X = 50 + 3(3) = 50 + 9 = 59 thousand tonnes. The trap: using X=4 because 2023 is "the 4th year after 2019" — irrelevant. Only the stated origin (2020) matters.


Why this question: Tests multiplicative model component isolation — you are given three components and must find the fourth by rearranging Y=T×S×C×IY = T \times S \times C \times I.

Previous Year Questionपिछले वर्ष का प्रश्न
In a multiplicative model of time series, if the Trend (T) = 200, Seasonal Index (S) = 1.2, and Cyclical component (C) = 0.9, and the Irregular component (I) = 1, what is the observed value (Y)?
समय श्रृंखला के गुणात्मक मॉडल में, यदि प्रवृत्ति (T) = 200, मौसमी सूचकांक (S) = 1.2, चक्रीय घटक (C) = 0.9, और अनियमित घटक (I) = 1 हो, तो देखा गया मान (Y) क्या होगा?
  1. 198
  2. 240
  3. 180
  4. 216
  1. 198
  2. 240
  3. 180
  4. 216
Solutionसमाधान
In the multiplicative model: Y = T × S × C × I = 200 × 1.2 × 0.9 × 1 = 200 × 1.08 = 216. Each component multiplies together to give the observed value.
गुणात्मक मॉडल में: Y = T × S × C × I = 200 × 1.2 × 0.9 × 1 = 200 × 1.08 = 216। सभी घटकों को गुणा करने पर देखा गया मान प्राप्त होता है।

Solving path: Y=T×S×C×I=200×1.2×0.9×1Y = T \times S \times C \times I = 200 \times 1.2 \times 0.9 \times 1. Compute step by step: 200×1.2=240200 \times 1.2 = 240, then 240×0.9=216240 \times 0.9 = 216, then 216×1=216216 \times 1 = 216. Answer: 216. Trap: multiplying only T and S (getting 240) and selecting that option — always include all four components even when I = 1.


Why this question: Tests the link relative method — a definition question that trips students who confuse it with cyclical measurement.

Previous Year Questionपिछले वर्ष का प्रश्न
In time series analysis, the 'link relative method' is used for measuring which component?
समय श्रृंखला विश्लेषण में, किस घटक को मापने के लिए 'सहबद्ध सापेक्ष विधि' (Link Relative Method) का उपयोग किया जाता है?
  1. Irregular Variation
  2. Cyclical Variation
  3. Seasonal Variation
  4. Secular Trend
  1. अनियमित भिन्नता
  2. चक्रीय भिन्नता
  3. मौसमी भिन्नता
  4. धर्मनिरपेक्ष प्रवृत्ति
Solutionसमाधान
The link relative method (also called the chain base method) is specifically used for measuring seasonal variation in a time series. In this method, each value is expressed as a percentage of the preceding value to compute seasonal indices.
सहबद्ध सापेक्ष विधि (जिसे श्रृंखला आधार विधि भी कहते हैं) का उपयोग विशेष रूप से समय श्रृंखला में मौसमी भिन्नता मापने के लिए किया जाता है। इस विधि में प्रत्येक मान को पूर्ववर्ती मान के प्रतिशत के रूप में व्यक्त करके मौसमी सूचकांक की गणना की जाती है।

Solving path: The link relative method expresses each period's value as a percentage of the preceding period's value, producing seasonal indices. It is used for seasonal variation, not cyclical (which has no standard "link" method). The keyword in the method name — "link" — signals chaining successive periods, which is a within-year repetitive pattern (seasonal). Eliminate Irregular (random), Cyclical (multi-year), and Secular Trend (long-run direction). Answer: Seasonal Variation.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →