BookmarkSubscribeRSS Feed
tugasakhir
Calcite | Level 5

I am curently using method=cml in proc varmax. Referring to Reinsel’s "Elements of Multivariate Time Series Analysis," I would like to clarify how SAS handles the initial observations for the conditional likelihood.

 

For a model with AR order p, does SAS treat the first observations (y_1, y_2,.., y_p) as fixed values, effectively starting the estimation and the calculation of residuals from t = p + 1?

1 REPLY 1
SASCom1
SAS Employee

Yes your understanding of method = cml for VAR(p) model estimation is correct. The first p observations are treated as fixed values(for initializing lags), and the estimation and calculation of residuals effectively start from t = p+1.

I hope this helps.