Hi everyone,
I want to estimate parameters b1,b2,b3 in these two regressions in MLE (maximum likelihood estimation), which their error terms are correlated:
Y1 = b1 *X + eps1
Y2 = (p)*b2 * X + (1-p)*b3*X + eps2
X is independent variables and p is a binary [0,1] variable, which in second regression can distinguish observations with p=0 from p=1 in b3 and b2.
I assume that r = CORR(eps1,eps2) is NOT zero and error terms have Multivariate Normal distribution.
I wanted to run this model in MLE but I could not. :|
Can anyone help me?
I want to estimate parameters b1,b2,b3 in these two regressions in MLE (maximum likelihood estimation), which their error terms are correlated:
Y1 = b1 *X + eps1
Y2 = (p)*b2 * X + (1-p)*b3*X + eps2
X is independent variables and p is a binary [0,1] variable, which in second regression can distinguish observations with p=0 from p=1 in b3 and b2.
I assume that r = CORR(eps1,eps2) is NOT zero and error terms have Multivariate Normal distribution.
I wanted to run this model in MLE but I could not. :|
Can anyone help me?
Comment