Tobit model

From testwiki
Jump to navigation Jump to search

Template:Short description In statistics, a tobit model is any of a class of regression models in which the observed range of the dependent variable is censored in some way.[1] The term was coined by Arthur Goldberger in reference to James Tobin,[2]Template:Efn who developed the model in 1958 to mitigate the problem of zero-inflated data for observations of household expenditure on durable goods.[3]Template:Efn Because Tobin's method can be easily extended to handle truncated and other non-randomly selected samples,Template:Efn some authors adopt a broader definition of the tobit model that includes these cases.[4]

Tobin's idea was to modify the likelihood function so that it reflects the unequal sampling probability for each observation depending on whether the latent dependent variable fell above or below the determined threshold.[5] For a sample that, as in Tobin's original case, was censored from below at zero, the sampling probability for each non-limit observation is simply the height of the appropriate density function. For any limit observation, it is the cumulative distribution, i.e. the integral below zero of the appropriate density function. The tobit likelihood function is thus a mixture of densities and cumulative distribution functions.[6]

The likelihood function

Below are the likelihood and log likelihood functions for a type I tobit. This is a tobit that is censored from below at yL when the latent variable yj*yL. In writing out the likelihood function, we first define an indicator function I:

I(y)={0if yyL,1if y>yL.

Next, let Φ be the standard normal cumulative distribution function and φ to be the standard normal probability density function. For a data set with N observations the likelihood function for a type I tobit is

(β,σ)=j=1N(1σφ(yjXjβσ))I(yj)(1Φ(XjβyLσ))1I(yj)

and the log likelihood is given by

log(β,σ)=j=1nI(yj)log(1σφ(yjXjβσ))+(1I(yj))log(1Φ(XjβyLσ))=yj>yLlog(1σφ(yjXjβσ))+yj=yLlog(Φ(yLXjβσ))

Reparametrization

The log-likelihood as stated above is not globally concave, which complicates the maximum likelihood estimation. Olsen suggested the simple reparametrization β=δ/γ and σ2=γ2, resulting in a transformed log-likelihood,

log(δ,γ)=yj>yL{logγ+log[φ(γyjXjδ)]}+yj=yLlog[Φ(γyLXjδ)]

which is globally concave in terms of the transformed parameters.[7]

For the truncated (tobit II) model, Orme showed that while the log-likelihood is not globally concave, it is concave at any stationary point under the above transformation.[8][9]

Consistency

If the relationship parameter β is estimated by regressing the observed yi on xi, the resulting ordinary least squares regression estimator is inconsistent. It will yield a downwards-biased estimate of the slope coefficient and an upward-biased estimate of the intercept. Takeshi Amemiya (1973) has proven that the maximum likelihood estimator suggested by Tobin for this model is consistent.[10]

Interpretation

The β coefficient should not be interpreted as the effect of xi on yi, as one would with a linear regression model; this is a common error. Instead, it should be interpreted as the combination of (1) the change in yi of those above the limit, weighted by the probability of being above the limit; and (2) the change in the probability of being above the limit, weighted by the expected value of yi if above.[11]

Variations of the tobit model

Variations of the tobit model can be produced by changing where and when censoring occurs. Template:Harvtxt classifies these variations into five categories (tobit type I – tobit type V), where tobit type I stands for the first model described above. Schnedler (2005) provides a general formula to obtain consistent likelihood estimators for these and other variations of the tobit model.[12]

Type I

The tobit model is a special case of a censored regression model, because the latent variable yi* cannot always be observed while the independent variable xi is observable. A common variation of the tobit model is censoring at a value yL different from zero:

yi={yi*if yi*>yL,yLif yi*yL.

Another example is censoring of values above yU.

yi={yi*if yi*<yU,yUif yi*yU.

Yet another model results when yi is censored from above and below at the same time.

yi={yi*if yL<yi*<yU,yLif yi*yL,yUif yi*yU.

The rest of the models will be presented as being bounded from below at 0, though this can be generalized as done for Type I.

Type II

Type II tobit models introduce a second latent variable.[13]

y2i={y2i*if y1i*>0,0if y1i*0.

In Type I tobit, the latent variable absorbs both the process of participation and the outcome of interest. Type II tobit allows the process of participation (selection) and the outcome of interest to be independent, conditional on observable data.

The Heckman selection model falls into the Type II tobit,[14] which is sometimes called Heckit after James Heckman.[15]

Type III

Type III introduces a second observed dependent variable.

y1i={y1i*if y1i*>0,0if y1i*0.
y2i={y2i*if y1i*>0,0if y1i*0.

The Heckman model falls into this type.

Type IV

Type IV introduces a third observed dependent variable and a third latent variable.

y1i={y1i*if y1i*>0,0if y1i*0.
y2i={y2i*if y1i*>0,0if y1i*0.
y3i={y3i*if y1i*0,0if y1i*<0.

Type V

Similar to Type II, in Type V only the sign of y1i* is observed.

y2i={y2i*if y1i*>0,0if y1i*0.
y3i={y3i*if y1i*0,0if y1i*>0.

Non-parametric version

If the underlying latent variable yi* is not normally distributed, one must use quantiles instead of moments to analyze the observable variable yi. Powell's CLAD estimator offers a possible way to achieve this.[16]

Applications

Tobit models have, for example, been applied to estimate factors that impact grant receipt, including financial transfers distributed to sub-national governments who may apply for these grants. In these cases, grant recipients cannot receive negative amounts, and the data is thus left-censored. For instance, Dahlberg and Johansson (2002) analyse a sample of 115 municipalities (42 of which received a grant).[17] Dubois and Fattore (2011) use a tobit model to investigate the role of various factors in European Union fund receipt by applying Polish sub-national governments.[18] The data may however be left-censored at a point higher than zero, with the risk of mis-specification. Both studies apply Probit and other models to check for robustness. Tobit models have also been applied in demand analysis to accommodate observations with zero expenditures on some goods. In a related application of tobit models, a system of nonlinear tobit regressions models has been used to jointly estimate a brand demand system with homoscedastic, heteroscedastic and generalized heteroscedastic variants.[19]

See also

Notes

Template:Notelist

References

Template:Reflist

Further reading

Template:Economics