I am not sure how to code the ARMA models below.
1 次查看(过去 30 天)
显示 更早的评论
For each ARMA model below, show how an unit shock (i.e.,1) to X at t (i.e., et =1) affects Xt+i, for i=0,1,2,3,….
Xt = 0.7Xt-1 + et , where et ~ iid. N(0.1)
Xt =Xt-1 + et , where et ~ iid. N(0.1)
Xt = et + 0.3et-1 + 0.1et-2, where et ~ iid. N(0.1)
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Conditional Mean Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!