
I cover the mathematical derivation of the Maximum Likelihood Estimation (MLE) log-likelihood function for the Tobit model under left-censoring.
The idea
Standard Ordinary Least Squares (OLS) regression fails when dependent variables are censored or bounded at a threshold (e.g., zero wage or minimum price floors), producing biased parameter estimates. The Tobit model addresses this by introducing an unobserved continuous latent variable generated by a linear regression process. When the latent variable falls below a threshold , the observed response is clamped at ; otherwise, equals .
To estimate model parameters via Maximum Likelihood Estimation, the density function must be partitioned into two components: a discrete probability mass for observations at the censoring threshold and a continuous normal probability density for uncensored observations. By combining these terms into a single joint likelihood using indicator dummy variables, we formulate a differentiable log-likelihood objective.
The mechanism
This defines the Tobit framework where is a latent variable and observed is left-censored at threshold .
This calculates the cumulative distribution function (CDF) mass for observations that fall at or below the censoring limit .
This calculates the standard normal probability density function (PDF) for uncensored observations above threshold .
This defines the average log-likelihood function optimized to find MLE estimates for parameters and , where .
Worth knowing
- Standard linear regression yields biased parameter estimates on censored data because it ignores the probability accumulation at threshold .
- The censoring threshold is general and can represent zero, minimum wages, or price floors rather than strictly zero.
- The likelihood function is a hybrid mixture: a discrete probability mass function for and a continuous probability density for .
- Using an indicator variable allows combining both piece-wise density conditions into a single continuous product before taking logarithms.
Mathematical derivation steps
- Define latent model: Express with normal error .
- Derive linear regression PDF: Express CDF and differentiate with respect to to obtain .
- Partition density function:
- For : density is .
- For : mass is .
- For : density is .
- Construct individual likelihood: Define indicator if and if . Form .
- Form log-likelihood: Apply logarithm rules to transform products into sums and average over observations.
Use it when / don't use it when
Use it when
- Dependent variables in your dataset are strictly clustered or censored at a specific lower bound (e.g., ).
- You want unbiased estimates of linear model coefficients when working with corner-solution dependent variables like wages or dividend payments.
Don't use it when
- The dependent variable is continuous and unrestricted across the real line.
- Zero or boundary values are generated by a distinct qualitative selection process requiring a hurdle or selection model.
Further reading
- Estimation of Relationships for Limited Dependent Variables (Tobin, 1958)
- Econometric Analysis (Greene)
- Microeconometrics: Methods and Applications (Cameron & Trivedi)