Page 1 of 1

X12 Spec estimation

Posted: Tue Apr 15, 2014 1:02 pm
by flcardoso
Hello,

I'm trying to use the x12 to remove the seasonal factor using the following spec:

transform{ function = auto
}


regression{
variables = ()
aictest=(easter td)
user = (carnaval)
format = "datevalue"
usertype = holiday
file="c:\users\user\dropbox\documents\documents (3)\Alexandre\eviews\pib\carnaval.txt"

}
automdl{
method = best
identify = all
savelog=automodel
outofsample=yes
}
outlier{ }
Estimate{
maxiter=900
}
forecast{maxlead=0
}
x11{
save = (d11)
}

Except this creates an empty series in my workfile. How can I have it save the d11 series?