Autoregressive Distributed Lag Models with MA component
Show older comments
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 Comments
Amor-Aniss Benmoussa
on 19 Sep 2016
Brendan Hamm
on 20 Sep 2016
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
on 20 Sep 2016
Answers (0)
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!