Tobit Model

tobit-modellimited-dependent-variablecensored-regressiontruncated-regressionsample-selectionmaximum-likelihoodem-algorithmsemiparametriceconometrics

Definition

A Tobit model (limited-dependent-variable model) is a regression model in which the observed range of the dependent variable is constrained — censored (values outside a range are piled at a limit, but the covariates are still observed) or truncated (observations outside the range are lost entirely). The canonical case, due to Tobin (1958), posits a latent variable y=xβ+uy^* = \mathbf{x}'\boldsymbol\beta + u, uN(0,σ2)u\sim N(0,\sigma^2), of which one observes only y=max(0,y)y=\max(0, y^*). The name (Goldberger 1964) puns on "Tobin" + "probit."

Key Ideas

How It Works

The standard-Tobit log-likelihood combines a discrete (probit) part for limit observations and a continuous (normal density) part for non-limit observations: logL=yi=0logΦ ⁣(xiβσ)+yi>0log[1σϕ ⁣(yixiβσ)].\log L = \sum_{y_i=0}\log\Phi\!\left(-\tfrac{\mathbf{x}_i'\boldsymbol\beta}{\sigma}\right) + \sum_{y_i>0}\log\left[\tfrac{1}{\sigma}\phi\!\left(\tfrac{y_i-\mathbf{x}_i'\boldsymbol\beta}{\sigma}\right)\right]. Estimation options (all surveyed by Amemiya):

Why It Matters

Open Questions

Related