ARMA(2,2) maximum likelihood estimation

4 ビュー (過去 30 日間)
jean claude
jean claude 2019 年 2 月 11 日
コメント済み: Bijal Patel 2020 年 10 月 18 日
How to estimate ARMA (2,2) like this one :
y = delta + phi*(1.5*y(t-1) - 0.5*y(t-2)) + ut - teta*(1.5*u(t-1) - 0.5*u(t-2))
i tried this :
Mdx = arima('AR',{1.5,-0.5},'MA',{-1.5,0.5});
EstMdx = estimate(Mdx,y);
y is my variable, first thing i have error. Second thing i don't know how to precise that matlab must estimate 1 phi and 1 teta because matlab estimates as parameters numbers if we have ARMA(2,2) he will estimate phi 1, phi 2, teta1, teta 2 .
Thanks
  1 件のコメント
Bijal Patel
Bijal Patel 2020 年 10 月 18 日
Me too, I have the same question.
Did you find a solution ?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeConditional Mean Models についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by