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!