Autoregressive Distributed Lag Models with MA component
이전 댓글 표시
Hello,
As the title suggests I try to estimate a time series model that incorporates several lag for different series, but with a MA component. Since I want to incorporate my term delay error I can not estimate my model by OLS so I have to use a non-linear method as the maximum likelihood. Someone could help me because I know what is the function that I have to minimize, but I can not implement it. Dufour explains how to do well with an arma(p, q) model ( http://www2.cirano.qc.ca/~dufourj/Web_Site/ResE/Dufour_2008_C_TS_ARIMA_Estimation.pdf page 3) which is similar in my case but with other time series.
Thank you
댓글 수: 3
Amor-Aniss Benmoussa
2016년 9월 19일
Brendan Hamm
2016년 9월 20일
Do you have the econometrics toolbox? This would likely make this easier.
These lines make no sense:
e = @(beta) fun;
logL = @(beta) (fun + logL);
What are you trying to do with them?
Amor-Aniss Benmoussa
2016년 9월 20일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!