Miscellaneous MLE
Posted: Fri Feb 19, 2016 11:49 am
Hi,
Could you please help me estimate via MLE the specification below? I am given only the dependent variable Y. My independent variables are separate AR(1) processes. Here it is:
@ename e1
@evar var(e1)=1
Y=c(1)+c(2)*X1(-1)+c(3)*X2(-1)+(v(-1)^(0.5))*e1
X1=c(4)*X1(-1)+c(5)*e1+c(6)*(@abs(e1)-(2/pi)^(0.5))
X2=c(7)+c(8)*X2(-1)+c(9)*e1+c(10)*(@abs(e1)-(2/pi)^(0.5))
v=(exp(X1+X2))^2
I started with sspace, but noticed that sspace works only with linear specifications. Many thanks in advance.
Could you please help me estimate via MLE the specification below? I am given only the dependent variable Y. My independent variables are separate AR(1) processes. Here it is:
@ename e1
@evar var(e1)=1
Y=c(1)+c(2)*X1(-1)+c(3)*X2(-1)+(v(-1)^(0.5))*e1
X1=c(4)*X1(-1)+c(5)*e1+c(6)*(@abs(e1)-(2/pi)^(0.5))
X2=c(7)+c(8)*X2(-1)+c(9)*e1+c(10)*(@abs(e1)-(2/pi)^(0.5))
v=(exp(X1+X2))^2
I started with sspace, but noticed that sspace works only with linear specifications. Many thanks in advance.