Ever found yourself staring at data and realizing a big chunk of it is missing? Not just missing by accident, but systematically excluded because of a rule or a decision? If you’re analyzing economic, social, or market behavior, chances are youโ€™ve run into the headache of incomplete data. This isnโ€™t just a minor inconvenience; it can completely skew your results, leading to flawed policies, bad business decisions, or totally incorrect conclusions.

In the world of advanced economics and data science, we have sophisticated tools to handle these issues. One of the most powerful, yet often misunderstood, is the Truncated Regression Model. It’s a method specifically designed to tackle situations where our data sample is fundamentally incomplete-a case we call truncation. But before we dive into the math, let’s clear up the biggest confusion in this area: the difference between truncated and censored data.

Table of Contents

The incomplete picture: truncated versus censored data

Imagine youโ€™re conducting a survey about wealth. You want to see how education affects a personโ€™s total assets (your dependent variable). The challenge lies in how you collect the information. This is where the crucial distinction between truncation and censoring lies.

In a truncated sample, the data is cut off, or โ€˜truncated,โ€™ because only individuals who meet a certain criterion are even included in the study. Think of it like this: a university wants to study the performance of its top students. They only collect data from students whose GPA is 3.5 or higher. For everyone below that threshold, they have no information-not their GPA, not their independent variables (study hours, background, etc.). We simply donโ€™t observe *any* data for the excluded group.

Contrast this with censored data. Here, you collect data on everyone in the population, but the variable youโ€™re measuring hits a floor or a ceiling. A common example is income data collected by an Indian government agency like the National Statistical Office. To ensure confidentiality, incomes above โ‚น50,00,000 might be reported simply as โ€œโ‚น50,00,000+.โ€ In this scenario, we know the person’s age, location, and education (the independent variables), but their actual income (the dependent variable) is capped. We observe all the independent variables, but the dependent variable is limited for some observations.

This difference is fundamental. As the *Topic Summary* notes, in truncated data, “we only observe the independent and dependent variables for a subset of the population defined by a cutoff on the dependent variable.” For censored data, we “always observe the independent variables.”

A common economic example: policy evaluation

Consider a government scheme in India, like a subsidy for small and medium enterprises (SMEs), but only SMEs with an annual turnover between โ‚น1 crore and โ‚น5 crore are eligible. If an economist analyzes the scheme’s impact by only looking at the sales data of the *eligible* firms, they are dealing with truncated data. All the crucial information about the millions of smaller or larger firms is missing from the analysis, leading to what is called sample selection bias.

The heart of the problem: the truncated normal distribution

In a standard, ideal regression analysis, we often assume that our data, or at least the error terms, follow a normal (or Gaussian) distribution-the classic bell curve. This assumes that our observations are distributed symmetrically around the mean, with a predictable spread.

However, when dealing with truncated data, this assumption flies out the window. If you only look at students with a GPA over 3.5, their distribution of scores is clearly not a full bell curve; it’s the right-hand tail of the curve, cut off abruptly at 3.5. This partial curve is what we call a truncated normal distribution.

A truncated normal distribution is a conditional distribution. It’s the distribution of a random variable $Y$ given that $Y$ falls within a specific range, say $Y > a$. Because we’ve excluded a whole section of the population (the left side of the bell curve, where $Y \le a$), the remaining part of the distribution must be rescaled so that the total area under the curve still equals one (the fundamental rule of probability). This rescaling is achieved by adjusting the standard probability density function (PDF) by the probability of being above the truncation point, $P(Y > a)$.

This adjustment is critical because it forces us to acknowledge that the observed sample is not a true reflection of the underlying population. Failing to use the Truncated Regression Model (like the Tobit model is often used for censored data, though this is a simplification) and instead using a simple Ordinary Least Squares (OLS) regression on truncated data will lead to biased and inconsistent coefficient estimates.

Shifts in center and spread: mean and variance under truncation

The most fascinating and counter-intuitive aspects of the truncated distribution are how its mean and variance change. If we only look at the top-performing students (GPA > 3.5), itโ€™s obvious their average GPA will be higher than the average of the *entire* student body. The truncation process has shifted the mean.

The mean shift and the inverse mills ratio

The new mean of the truncated distribution is not just the old mean plus some arbitrary amount; it’s precisely adjusted by a factor that captures the severity of the truncation. This adjustment factor is a non-linear function known as the Inverse Mills Ratio (IMR), often denoted by $\lambda$ (lambda).

The IMR essentially measures the likelihood of an observation being included in the truncated sample. Mathematically, it’s the ratio of the probability density function (PDF) to the cumulative distribution function (CDF) evaluated at the truncation point. The IMR is the core of the Truncated Regression Model (often estimated using Maximum Likelihood Estimation, or sometimes related to the Heckman two-step procedure which corrects for a form of sample selection bias).

The expected value (mean) of the truncated distribution is the original (unobserved) mean plus an adjustment term that involves the regression coefficients, the IMR, and the error variance. The sign of the IMR term indicates the direction of the bias introduced by the truncation.

For example, in analyzing the financial performance of highly profitable firms in the Indian market (a form of truncation, as low-profit firms are excluded), the IMR term corrects for the fact that *only* the high performers were chosen, allowing the economist to estimate the underlying relationship as if the whole population were observed.

The reduction in variance

Similarly, the variance of the truncated distribution is reduced compared to the original, full distribution. Variance measures the spread or dispersion of the data. By cutting off one or both tails of the bell curve, you are, by definition, eliminating the observations that are furthest from the mean, thereby shrinking the overall spread.

If you only look at students with GPAs between 3.5 and 4.0, the scores are highly clustered, meaning the variance is small. If you looked at all students (GPA 1.0 to 4.0), the variance would be much larger. This reduction in variance means that the standard errors calculated using simple OLS on the truncated data will be wrong, leading to incorrect inferences about the statistical significance of your variables.

Modeling the incomplete reality: the truncated regression model

The Truncated Regression Model (TRM) is the solution. It is a specialized form of regression that explicitly accounts for the truncation point in the estimation process. The goal of the TRM is to use the data we *do* have to estimate the relationships (the coefficients) of the underlying, untruncated population.

The key to a successful TRM is accurately identifying the truncation point and understanding the process that caused the data to be cut off. Economists use this model for diverse applications, such as analyzing consumption patterns of wealthy households (since only those above a certain wealth threshold are included in a particular survey) or estimating the effect of a policy when the participation is limited by a strict eligibility cut-off on the outcome variable.

The complexity of these models requires advanced techniques, usually Maximum Likelihood Estimation (MLE), which involves specifying the full likelihood function of the truncated normal distribution and finding the parameters (the coefficients and the variance) that maximize the probability of observing the specific sample data you have.

Why it matters: avoiding selection bias

In essence, the Truncated Regression Model is a tool to combat sample selection bias. If you ignore truncation, you are essentially assuming that the relationship between your independent and dependent variables for the top performers is the same as it would be for the entire population. This is almost never true. The fact that the top performers *are* top performers might itself be related to the factors you are studying, and excluding the lower performers biases your results.

In a world of big data, itโ€™s tempting to grab any dataset and run a simple regression. But for serious empirical analysis, especially in public policy and economic forecasting, understanding the limits of your data is as important as the model you choose. The Truncated Regression Model is an essential technique for any serious data scientist or economist aiming for truly accurate, unbiased insights from imperfect data sets.

What do you think? Can you recall an instance in a news report or economic study where ignoring a truncation or selection issue might have led to a misleading conclusion? How might an understanding of the Inverse Mills Ratio help a business correct for the fact that they only track customer engagement for those who spend above a certain amount?

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

References
  1. https://www.rbi.org.in/scripts/BS_ViewResearchPaper.aspx?Id=1109
  2. https://stats.oecd.org/glossary/detail.asp?ID=3769
  3. https://www.sciencedirect.com/topics/economics-econometrics-and-finance/truncated-regression-model

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Advanced Econometric Methods

1 Discrete Dependent Variable Models

  1. Introduction
  2. Qualitative Choice Analysis
  3. The Regression Approach
  4. The Latent Regression Approach
  5. The Probit Model
  6. The Logit Model
  7. Estimation and Inference

2 Censored and Truncated Regression Models

  1. Characteristics of Qualitative Response Models
  2. Tobit Model
  3. Truncated Regression Model
  4. Sample Selection Model
  5. Models with Multiple Choices

3 Autoregressive (AR) Models

  1. Structure of AR Models
  2. Reasons for Inclusion of Lags in AR Models
  3. Use of Lag Operator in AR Models
  4. Inter-temporal Effect of Shocks in AR Models
  5. Relevance of AR Models to Economic Theory
  6. Yule-Walker Equations in AR Models
  7. Estimation of Parameters of AR Model
  8. Use of AR Models in Financial Economics

4 Distributed Lag Models

  1. Distributed Lag Models
  2. Koyck Model
  3. Autoregressive Models
  4. A More General Dynamic Model
  5. Jorgensonโ€™s Rational Lag Model
  6. Partial Adjustment Model
  7. Adaptive Expectations Model
  8. Interpretation of Coefficients
  9. Estimation and Inference

5 Estimation of System of Equations

  1. Seemingly Unrelated Regression Equations (SURE)
  2. Generalized Least Squares (GLS)
  3. Feasible Generalized Least Squares (FGLS)
  4. Maximum Likelihood Estimates
  5. Hypothesis Testing
  6. Treating Autocorrelation
  7. Interrelated Factor Demand

6 Introduction to Simultaneous Equations Models

  1. Simultaneous Equations Model (SEM)
  2. Structural Form and Reduced Form
  3. Identification Problem
  4. Order Condition
  5. Rank Condition
  6. General Structure of SEM
  7. Simultaneity Bias

7 Estimation of Simultaneous Equations Models

  1. Limited Information Systems
  2. Full Information Systems

8 Specification Issues of Time Series Data Models

  1. Stochastic Process
  2. Detection of Unit Root โ€“ Graphical Examination
  3. Detection of Unit Root โ€“ Statistical Tests
  4. The KPSS Test
  5. Test for Unit Root in the Presence of Structural Break
  6. Relations among Non-Stationary Series
  7. Limitations of Engle-Granger Test

9 Modelling Univariate Time Series

  1. Autoregressive Models
  2. Moving Average Models
  3. ARMA Models
  4. Integrated Processes and the ARIMA Models
  5. Box-Jenkins Methodology
  6. ARIMA Modelling in Software R

10 Vector Auto-Regression (VAR) Models

  1. Specification and Estimation of VAR
  2. Uses of VAR
  3. Innovation Accounting
  4. Vector Autoregression of Non-Stationary Data

11 Modelling Volatility

  1. The Autoregressive Conditional Heteroscedasticity (ARCH) Model
  2. Properties of the ARCH Model
  3. Test for ARCH Effects
  4. Generalized-ARCH (GARCH) Model
  5. Extensions of the GARCH Model

12 Introduction to Panel Data Models

  1. Introduction
  2. Panel Data Models
  3. Fixed Effects Model
  4. Random Effects Model
  5. Choice between Fixed Effects and Random Effects Models
  6. Hausman Test

13 Dynamic Panel Data Analysis

  1. Static Panel Data Model
  2. Specification of Dynamic Panel Data Model
  3. Estimation Methods of Dynamic Panel data Models
  4. Arellano-Bond Estimator
  5. System-GMM Method of Estimation
  6. Problems with the Arellano-Bond Approach
  7. Maximum Likelihood Estimator

14 Introduction to Generalised Method of Moments Estimation

  1. Need for Generalized Method of Moments
  2. Additional Moments Restrictions and Generalized Method of Moments
  3. Leading Example of GMM: IV Regression in Overidentified Models
  4. Variance Estimation and Optimal GMM
  5. Estimating Optimal GMM โ€“ Two-Step GMM Estimator
  6. Test of Overidentifying Restrictions