In a normal regression setup there is NO distribution assumption about dependent variable y. But there are assumptions of error term u.
Usually assumptions of error term are,
1) E[u]=0;
2) Var[U]=S**2;
3) E[x*u]=0;
In your case u is normally distributed. Additional suumption is u and x are correlated.
If this is clear, then we can move on.
The Tobit Model is proposed by James Tobin (1958) to study expenditure on a durable good. Data is only observed if expenditure exceeds the minimum price available. So observed data are censored. In math,
y*=bx+u ; u~N(0,1)
y=max(0, y*)
y is observed when y*>0.
The tobit model has many estimation methods.
1) maximum likelihood (ML)
2) 2-step estimations(probit + OLS)
3) nonlinear(NLS)
4) Genelized Moment Mothods(GMM)
5) Simulated Genelized Moment Mothods(SGMM)
I highlight the likelihood mothod here.
The likehood for y(i)=0
1-CDF_NORM [ (x(i)*beta - 0 )/s)]
The likehood for y(i)>0
(1/s) * PDF_NORM[(y(i)-x(i)*beta )/s]
In a normal regression setup there is NO distribution assumption about dependent variable y. But there are assumptions of error term u.
Usually assumptions of error term are,
1) E=0;
2) Var[U]=S**2;
3) E[x*u]=0;
In your case u is normally distributed. Additional suumption is u and x are correlated.
If this is clear, then we can move on.
The Tobit Model is proposed by James Tobin (1958) to study expenditure on a durable good. Data is only observed if expenditure exceeds the minimum price available. So observed data are censored. In math,
y*=bx+u ; u~N(0,1)
y=max(0, y*)
y is observed when y*>0.
The tobit model has many estimation methods.
1) maximum likelihood (ML)
2) 2-step estimations(probit + OLS)
3) nonlinear(NLS)
4) Genelized Moment Mothods(GMM)
5) Simulated Genelized Moment Mothods(SGMM)
I highlight the likelihood mothod here.
The likehood for y(i)=0
1-CDF_NORM [ (x(i)*beta - 0 )/s)]
The likehood for y(i)>0
(1/s) * PDF_NORM[(y(i)-x(i)*beta )/s]
Hope this helps.
Sorry there are a couple of typos.
In your case u is normally distributed. Additional assumption is u and x are UNcorrelated.
When x=0, your y is merely equals or bigger than 0. So the distribution of y at that point is not a normal distribution(half of the normal distribution). We need to know, the intergation need equals to 1. So, how the intergration of your old distribution is equals to 1? Then we need to adjust it.