Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
CBSE • Class XI • Economics • Ch 14
Estimated Time: 45 Mins
Study Progress: In Progress

Correlation

In CBSE Class 11 Economics, "Correlation" provides an authoritative, mathematical master guide examining the nature and strength of simultaneous association between two economic variables. This comprehensive chapter explores the fundamental definition of correlation, types of correlation (Positive vs Negative, Linear vs Non-linear, Simple vs Multiple vs Partial), Scatter Diagrams (perfect positive $r=+1$, perfect negative $r=-1$, high degree, zero correlation), Karl Pearson's Coefficient of Correlation ($r$ - Product Moment method: direct formula using actual deviations, shortcut formula using assumed means, mathematical properties: $-1 \le r \le +1$, pure unit-free ratio, invariant under change of origin and scale), Spearman's Rank Correlation Coefficient ($r_s$ or $\rho$: ranks given, ranks not given, tied/equal ranks with correction factor $\frac{m(m^2-1)}{12}$), and the critical economic distinction between Correlation and Causation (spurious correlation) aligned with the 2026–27 CBSE curriculum.

Does Eating Ice Cream Cause Drowning Deaths, or Is There an Invisible Third Variable at Play?

If you plot ice cream sales in coastal cities alongside monthly drowning deaths over a 10-year period, you will discover a nearly perfect positive correlation ($r = +0.96$). As ice cream consumption skyrockets, drowning deaths spike simultaneously! Does this mean eating vanilla ice cream causes swimmers to drown? Or should governments ban gelato to save lives? Of course not! This is a classic example of Spurious (Nonsense) Correlation. Both variables are strongly correlated because of a shared confounding third variable: extreme summer heat. Hot weather induces millions of people to swim (increasing drowning risks) and simultaneously drives them to eat ice cream! In economics, mistaking statistical correlation for direct cause-and-effect leads to disastrous policy blunders. How do we scientifically measure the strength of linear association? What makes Karl Pearson's $r$ completely immune to changes in origin and scale? Let's master the mathematics of correlation.

Why This Chapter Matters

Economics is inherently bivariate: Price vs Quantity Demanded, Advertising Expenditure vs Sales, Fertilizer Usage vs Crop Yield, and Interest Rates vs Investment. Every predictive economic regression model starts with calculating Karl Pearson's $r$ or Spearman's rank correlation $\rho$. Mastering these computational algorithms and understanding why correlation does not equal causation is essential for CBSE examinations and data-driven careers.

Before You Begin (Prerequisites)

  • Arithmetic mean and deviations from Chapter 13.
  • Basic algebra: Squares, square roots, and summations ($\Sigma$).
  • Plotting coordinates on Cartesian $(X, Y)$ graphs.

What You Will Learn (Core Objectives)

  • Define Correlation and classify its forms: Positive vs Negative, Linear vs Non-linear.
  • Interpret relationships visually using Scatter Diagrams across the correlation spectrum ($r = -1$ to $r = +1$).
  • Calculate Karl Pearson's Coefficient of Correlation ($r$) using Actual Mean deviations: $r = \frac{\Sigma x y}{\sqrt{\Sigma x^2 \cdot \Sigma y^2}}$.
  • Calculate Karl Pearson's $r$ using the Shortcut (Assumed Mean) formula.
  • Prove the key properties of Pearson's $r$: bounded between $-1$ and $+1$, unit-free, and independent of change of origin and scale.
  • Calculate Spearman's Rank Correlation Coefficient ($\rho$) for untied ranks: $\rho = 1 - \frac{6 \Sigma D^2}{N(N^2 - 1)}$.
  • Compute Spearman's $\rho$ for tied/repeated ranks using the correction factor $\Sigma \frac{m(m^2 - 1)}{12}$.
  • Differentiate rigorously between statistical Correlation and economic Causation.

Chapter Roadmap & Progression

1 1. Concept & Types of Correlation
2 2. Scatter Diagrams: Visual Represe...
3 3. Karl Pearson's Coefficient of Co...
4 4. Spearman's Rank Correlation & Co...

Complete Concept Guide (100% Curriculum Coverage)

1. Concept & Types of Correlation

Understand

Correlation: A statistical technique that measures and analyzes the degree and direction of linear association between two or more related variables.

Classification of Correlation:
  • 1. Direction of Change:
    • Positive Correlation: Both variables move in the same direction (e.g., Price and Supply; Height and Weight; Advertising and Sales).
    • Negative Correlation: Variables move in opposite directions (e.g., Price and Quantity Demanded; Ambient Temperature and Woolen Garment sales).
  • 2. Ratio of Variation:
    • Linear Correlation: The ratio of change between two variables remains strictly constant (plots as a straight line: $Y = a + bX$).
    • Non-Linear (Curvilinear) Correlation: The ratio of change varies, plotting as a curved line.

2. Scatter Diagrams: Visual Representation of Association

Visual Inspection

A Scatter Diagram is a graphical visual representation where individual paired values $(X_i, Y_i)$ are plotted as dots on a Cartesian coordinate plane:

  • Perfect Positive ($r = +1$): All dots fall exactly on a straight line rising from bottom-left to top-right.
  • Perfect Negative ($r = -1$): All dots fall exactly on a straight line falling from top-left to bottom-right.
  • High Degree Positive ($0.75 < r < 1$): Dots cluster tightly around an upward-sloping straight band.
  • High Degree Negative ($-1 < r < -0.75$): Dots cluster tightly around a downward-sloping straight band.
  • Zero Correlation ($r = 0$): Dots are scattered haphazardly over the plane in a circular or chaotic cloud with no discernible linear slope.

3. Karl Pearson's Coefficient of Correlation ($r$)

Product-Moment Method

Karl Pearson formulated the mathematical Product-Moment coefficient ($r$), which measures both the strength and direction of linear association:

A. Actual Mean Formula:
$$r = \frac{\Sigma x y}{\sqrt{\Sigma x^2 \cdot \Sigma y^2}} = \frac{\Sigma(X - \bar{X})(Y - \bar{Y})}{\sqrt{\Sigma(X - \bar{X})^2 \cdot \Sigma(Y - \bar{Y})^2}}$$
B. Shortcut Method (Assumed Means $A_x, A_y$):
$$r = \frac{N \Sigma d_x d_y - (\Sigma d_x)(\Sigma d_y)}{\sqrt{[N \Sigma d_x^2 - (\Sigma d_x)^2][N \Sigma d_y^2 - (\Sigma d_y)^2]}}$$

Where $d_x = X - A_x$ and $d_y = Y - A_y$.

Key Mathematical Properties of $r$:
  1. $r$ is strictly bounded between $-1$ and $+1$: $$-1 \le r \le +1$$
  2. Pure Number: $r$ is a dimensionless, unit-free ratio completely independent of units of measurement (e.g., measuring height in inches vs centimeters yields the exact same $r$).
  3. Independence of Origin and Scale: Adding, subtracting, multiplying, or dividing variable values by any constant leaves $r$ completely unchanged!

4. Spearman's Rank Correlation & Correlation vs Causation

Rank Correlation & Pitfalls
A. Spearman's Rank Correlation Coefficient ($\rho$ or $r_s$):

Developed by Charles Spearman to measure association between qualitative attributes (beauty, honesty, intelligence) after converting them into ordinal numerical ranks:

  • When Ranks are Distinct (No Ties): $$r_s = 1 - \frac{6 \Sigma D^2}{N(N^2 - 1)}$$ Where $D = R_1 - R_2$ (difference between ranks), and $N$ is number of paired observations.
  • When Ranks are Tied (Repeated Ranks): Tied values are assigned the arithmetic mean of the ranks they would have occupied, and a correction factor is added: $$r_s = 1 - \frac{6 \left[ \Sigma D^2 + \Sigma \frac{m(m^2 - 1)}{12} \right]}{N(N^2 - 1)}$$ Where $m$ is the number of times a specific rank is tied/repeated.
B. Correlation vs Causation (Spurious Correlation):

High statistical correlation between two variables does NOT automatically prove a cause-and-effect relationship! Correlation measures mere co-variation, which may arise due to:

  • 1. Pure statistical chance or coincidence.
  • 2. Mutual dependence on a third common confounding factor (e.g., ice cream sales and drowning both driven by summer temperatures).

Key Economic Identities, Formulas & Business Principles

Karl Pearson's Actual Mean Formula
$$r = \frac{\Sigma x y}{\sqrt{\Sigma x^2 \cdot \Sigma y^2}}$$
Where $x = X - \bar{X}$ and $y = Y - \bar{Y}$.
Karl Pearson's Bound
$$-1 \le r \le +1$$
Theoretical mathematical boundary for linear correlation.
Spearman's Rank Correlation (Untied)
$$r_s = 1 - \frac{6 \Sigma D^2}{N(N^2 - 1)}$$
For ordinal ranks without ties.
Tied Rank Correction Factor
$$\text{CF} = \frac{m(m^2 - 1)}{12}$$
Adjustment added to $\Sigma D^2$ for each repeated rank.

Correlation Spectrum & Scatter Architecture

Correlation: Degrees, Formulas & Causation -1.0 (Perf Neg) -0.75 (High Neg) 0.0 (Zero Corr) +0.75 (High Pos) +1.0 (Perf Pos) KARL PEARSON ($r$) • Quantitative continuous data • $r = rac{\Sigma xy}{\sqrt{\Sigma x^2 \cdot \Sigma y^2}}$ • $-1 \le r \le +1$ (Strict bound) • Dimensionless pure number • Invariant to Origin & Scale!   $(+,-, imes,\div)$ changes nothing SPEARMAN RANK ($ ho$) • Qualitative ordinal data   (Beauty, honesty, rankings) • Untied: $1 - rac{6\Sigma D^2}{N(N^2-1)}$ • Tied Ranks Correction:   Add $ rac{m(m^2-1)}{12}$ to $\Sigma D^2$ • Resistant to extreme outliers CAUTION: CAUSATION • Correlation $ e$ Causation! • High $r$ does not prove cause • Spurious Correlation:   Ice cream vs Drowning deaths   (Third variable: Summer heat) • Requires economic logic

Chapter Summary & 10 Key Takeaways

Takeaway 1
Correlation measures the direction and strength of linear association between two variables.
Takeaway 2
Correlation is positive when variables move together, and negative when they move in opposite directions.
Takeaway 3
A scatter diagram visually plots paired $(X, Y)$ dots; straight lines indicate perfect correlation ($r = \pm 1$).
Takeaway 4
Karl Pearson's coefficient ($r$) is calculated using deviations: $r = \Sigma x y / \sqrt{\Sigma x^2 \cdot \Sigma y^2}$.
Takeaway 5
Pearson's $r$ is strictly bounded between $-1$ and $+1$ ($-1 \le r \le +1$).
Takeaway 6
Karl Pearson's $r$ is a dimensionless, unit-free ratio, independent of units of measurement.
Takeaway 7
Pearson's $r$ is invariant under changes of origin (addition/subtraction) and scale (multiplication/division).
Takeaway 8
Spearman's rank correlation ($\rho$) applies to qualitative attributes: $\rho = 1 - [6\Sigma D^2 / (N(N^2 - 1))]$.
Takeaway 9
When ranks are tied, each tied value receives the average rank, and $m(m^2 - 1)/12$ is added to $\Sigma D^2$.
Takeaway 10
Correlation does not imply causation; high correlation can result from coincidence or a common confounding third variable.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
State the three fundamental mathematical properties of Karl Pearson's Coefficient of Correlation ($r$).
Reveal Answer & Explanation
Answer:
  1. Bounded Range: The numerical value of $r$ lies strictly between $-1$ and $+1$ ($-1 \le r \le +1$). A value of $+1$ indicates perfect positive linear correlation; $-1$ indicates perfect negative linear correlation; $0$ indicates no linear correlation.
    2. Pure Unit-Free Number: $r$ is a dimensionless ratio completely independent of the physical units of measurement used for $X$ and $Y$.
    3. Independence of Origin and Scale: Changing the origin (adding or subtracting a constant from $X$ or $Y$) or changing the scale (multiplying or dividing $X$ or $Y$ by a positive constant) leaves the correlation coefficient $r$ completely unchanged.

Bounded between -1 and +1, unit-free pure number, and invariant to change of origin and scale.
2
Given the following data: $\Sigma x y = 120$, $\Sigma x^2 = 144$, and $\Sigma y^2 = 225$ (where $x = X - \bar{X}$ and $y = Y - \bar{Y}$). Calculate Karl Pearson's coefficient of correlation ($r$) and comment on its degree.
Reveal Answer & Explanation
Answer:

Using Karl Pearson's actual mean deviation formula:

$$r = \frac{\Sigma x y}{\sqrt{\Sigma x^2 \cdot \Sigma y^2}}$$


Substitute the given values:

$$r = \frac{120}{\sqrt{144 \times 225}} = \frac{120}{12 \times 15} = \frac{120}{180} = \frac{2}{3} \approx \mathbf{+0.67}$$


Comment: There is a moderate-to-high degree of positive linear correlation between the two variables.


r = 120 / sqrt(144 * 225) = 120 / (12 * 15) = 120 / 180 = +0.67.
3
State Spearman's formula for Rank Correlation when: (a) Ranks are untied, (b) Ranks are tied/repeated.
Reveal Answer & Explanation
Answer:

• (a) Untied Ranks:

$$r_s = 1 - \frac{6 \Sigma D^2}{N(N^2 - 1)}$$


Where $D = R_1 - R_2$ (difference between ranks), and $N$ is the number of pairs.
• (b) Tied / Repeated Ranks:

$$r_s = 1 - \frac{6 \left[ \Sigma D^2 + \Sigma \frac{m(m^2 - 1)}{12} \right]}{N(N^2 - 1)}$$


Where $m$ is the number of times an individual rank value is repeated.


Untied uses 1 - 6*sum(D^2)/(N*(N^2-1)); Tied adds m(m^2-1)/12 correction factor to sum(D^2).
4
Explain the difference between "Correlation" and "Causation". Provide an example of Spurious Correlation.
Reveal Answer & Explanation
Answer:

• Correlation: Measures the mathematical degree and direction of simultaneous linear co-variation between two variables. It simply observes that when $X$ changes, $Y$ also tends to change.
• Causation: Proves that change in variable $X$ directly causes the change in variable $Y$ through an established causal mechanism.
• Spurious Correlation Example: High positive correlation between ice cream sales and drowning deaths. Neither causes the other; both variables increase independently due to a common third factor—hot summer weather.


Correlation is co-variation; Causation is direct cause-and-effect. Example: Ice cream sales and drowning deaths.
5
What is a Scatter Diagram? Sketch or describe the pattern of dots for: (a) $r = +1$, (b) $r = -1$, (c) $r = 0$.
Reveal Answer & Explanation
Answer:

A Scatter Diagram is a graphical representation where paired observations $(X_i, Y_i)$ are plotted as individual dots on a Cartesian coordinate plane.
• (a) Perfect Positive ($r = +1$): All dots lie exactly on a single straight line sloping upward from lower-left to upper-right.
• (b) Perfect Negative ($r = -1$): All dots lie exactly on a single straight line sloping downward from upper-left to lower-right.
• (c) Zero Correlation ($r = 0$): Dots are scattered chaotically across the entire graph in a circular or diffuse cloud with zero linear slope.


Plot of paired dots; r=+1 is rising line, r=-1 is falling line, r=0 is a chaotic circular cloud.
6
If the correlation coefficient between $X$ and $Y$ is $r = 0.85$, what will be the new correlation coefficient if 10 is added to all values of $X$ and all values of $Y$ are multiplied by 5?
Reveal Answer & Explanation
Answer:

The new correlation coefficient will be exactly $r = 0.85$.
Reason: Karl Pearson's coefficient of correlation is mathematically independent of change of origin (adding 10 to $X$) and independent of change of scale (multiplying $Y$ by 5). Since 5 is a positive constant, neither the magnitude nor the sign of $r$ is altered.


Remains 0.85 because Pearson's r is invariant to changes in origin and scale.
7
When is Spearman's Rank Correlation preferred over Karl Pearson's Coefficient of Correlation?
Reveal Answer & Explanation
Answer:

Spearman's Rank Correlation is preferred when:
1. Data consists of qualitative attributes (e.g., honesty, beauty, leadership, intelligence) that cannot be directly measured on a physical numerical scale but can easily be ranked.
2. The dataset contains extreme outliers that would severely distort Karl Pearson's parametric calculations.
3. The relationship between variables is non-linear but monotonic.


Preferred for qualitative ranked attributes (honesty, beauty) and data containing extreme outliers.
8
Two judges in a beauty contest ranked 5 candidates as follows: Judge A: [1, 2, 3, 4, 5], Judge B: [5, 4, 3, 2, 1]. Find the rank correlation coefficient.
Reveal Answer & Explanation
Answer:

Differences in ranks ($D = R_1 - R_2$):
• Candidate 1: $1 - 5 = -4 \implies D^2 = 16$
• Candidate 2: $2 - 4 = -2 \implies D^2 = 4$
• Candidate 3: $3 - 3 = 0 \implies D^2 = 0$
• Candidate 4: $4 - 2 = +2 \implies D^2 = 4$
• Candidate 5: $5 - 1 = +4 \implies D^2 = 16$

$$\Sigma D^2 = 16 + 4 + 0 + 4 + 16 = 40, \quad N = 5$$


Formula: $r_s = 1 - \frac{6 \Sigma D^2}{N(N^2 - 1)} = 1 - \frac{6 \times 40}{5(25 - 1)} = 1 - \frac{240}{5 \times 24} = 1 - \frac{240}{120} = 1 - 2 = \mathbf{-1}$
Conclusion: There is perfect disagreement (perfect negative rank correlation) between the two judges!


Sum of D^2 = 40; formula yields 1 - 240/120 = 1 - 2 = -1 (perfect negative correlation).
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.