Technical Methodology

Triangulated Evidence and Novel Indices:
A Comprehensive Methodological Framework

India Political Economy Assessment 2014–2025 | May 2026

Contents

1. Methodological Overview

This study employs a mixed-methods approach combining quantitative analysis of official statistics, independent surveys, and international assessments with qualitative analysis of policy documents and institutional changes. The methodology is designed to address the challenge of analyzing an economy where official data reliability is itself a research question.

Core Methodological Principles

2. Data Sources

2.1 Government Sources

National Statistical Office (NSO)

Reserve Bank of India (RBI)

Labour Force Surveys

2.2 Independent Sources

Centre for Monitoring Indian Economy (CMIE)

International Databases

3. Novel Indices Construction

3.1 Statistical Suppression Index (SSI)

The SSI is a weighted sum of graded suppression severities (0–10 scale), with a persistence/scar term so a resolved suppression decays rather than dropping to zero. Computed identically for both eras in data/compute_indices.py; the UPA decade records nothing, so SSI = 0.

SSI_t = Σ(w_i × s_it) where: s_it = severity of stream i in year t ∈ [0,1] (1.0 full suppression/discontinuation; ~0.7 methodology dispute; ~0.3 delay or post-resolution scar) w_i = weight of stream i (see table; max total = 10)
Component Weight Trigger / event
Census delay2.52021 census postponed beyond constitutional mandate
Consumption survey1.52017-18 survey withheld; 11-year data gap
Employment data1.0PLFS 2017-18 withheld until after 2019 election
GDP back-series1.52011-12 base + shelved 2018 back-series, unreviewed
Institutional independence1.5NSC resignations (2019) + permanent NSSO→NSO merger
Mortality undercount2.0COVID deaths: official ~0.5M vs 3–5M excess-mortality estimates

3.2 Fiscal Centralisation Index (FCI)

The FCI measures erosion of fiscal federalism — six components, each min-max normalised over the full 2004–2026 sample, then averaged:

FCI_t = (1/6) × Σ[C_jt] Components: C1: Cess/Surcharge share (normalized) C2: Effective devolution (inverted) C3: States' own revenue capacity (inverted) C4: CSS conditionality C5: Borrowing restrictions C6: GST structural centralisation (0 pre-2017; full once GST compensation ended mid-2022)

3.3 Democratic Quality Index (DQI)

The DQI uses a geometric mean of four published third-party measures to penalize weakness in any dimension:

DQI_t = (V_t × F_t × R_t × C_t)^(1/4) where: V_t = V-Dem Liberal Democracy Index F_t = Freedom House Score (normalized) R_t = RSF Press Freedom (inverted rank) C_t = V-Dem Core Civil Society Index

4. Analytical Methods

4.1 Difference-in-Differences Analysis

For policy impact assessment:

Y_it = α + β(Period_t × Treatment_i) + γX_it + δ_i + θ_t + ε_it

Applied to GST implementation, demonetization, and pandemic policies

4.2 Synthetic Control Method

Used for counterfactual analysis comparing India's trajectory with weighted combination of similar economies. Control units selected based on pre-2014 characteristics:

4.3 Structural Break Tests

Test Application Break Points Identified
Chow Test GDP series 2015 Q1, 2020 Q2
Bai-Perron Employment 2016 Q4, 2020 Q1
Andrews-Ploberger Inequality 2014 Q3

5. Triangulation Strategy

5.1 Cross-Validation Matrix

Each finding must be supported by at least three independent sources:

Example: Unemployment Rate Verification

  1. PLFS: 6.1% (2017-18)
  2. CMIE: 7.4% (2017-18)
  3. Labour Bureau: 5.0% (2015-16)
  4. Converged Estimate: 5.5-7.0% range

5.2 Dealing with Suppressed Data

6. Limitations and Caveats

Critical Limitations

7. Validation and Robustness

7.1 Sensitivity Analysis

7.2 External Validation

Finding External Validation Correlation
Democratic erosion V-Dem, Freedom House 0.89
Inequality rise World Inequality Database 0.92
Employment crisis ILO estimates 0.85
Fiscal centralization Finance Commission 0.94

8. Replication Guide

8.1 Data Access

Repository: github.com/someperspective/india-economy

Contents:

8.2 Software Requirements

8.3 Reproduction Steps

  1. Clone repository: git clone https://github.com/someperspective/india-economy
  2. Install dependencies: pip install -r requirements.txt
  3. Run data processing: python process_data.py
  4. Execute analysis: Rscript main_analysis.R
  5. Generate figures: python create_figures.py

Technical Methodology Document | India Political Economy Assessment
Full research and data: someperspective.info
Last updated: May 2026