




免费预览已结束,剩余11页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
CHAPTER 2STATIONARY TIME-SERIES MODELS Answers to Questions 1. In the coin-tossing example of Section 1, your winnings on the last four tosses (wt) can be denoted by wt = 1/4et + 1/4et-1 + 1/4et-2 + 1/4et-3A. Find the expected value of your winnings. Find the expected value given that et-3 = et-2 = 1. Answers: Throughout the text, the term et denotes a white-noise disturbance. The properties of the et sequence are such that:i. Eet = Eet-1 = Eet-2 = . = 0, ii. Eetet-i = 0 for i 0, and iii. E(et)2 = E(et-i)2 = . = s2. Hence:Ewt = E(1/4et + 1/4et-1 + 1/4et-2 + 1/4et-3)Since the expectation of a sum is the sum of the expectations, it follows thatEwt = (1/4)(Eet + Eet-1 + Eet-2 + Eet-3) = 0.Given the information et-3 = et-2 = 1, the conditional expectation of wt is Et-2wt = E(wt et-3 = et-2 = 1) = (1/4)(Et-2et + Et-2et-1 + Et-2et-2 + Et-2et-3) so thatEt-2wt = 0.25(0 + 0 + 1 + 1) = 0.5B. Find var(wt). Find var(wt) conditional on et-3 = et-2 = 1.Answers: var(wt) = E(wt)2 - E(wt)2 so thatvar(wt) = E(1/4et + 1/4et-1 + 1/4et-2 + 1/4et-3)2 = (1/16)E(et)2 + 2etet-1 + 2 etet-2 + 2etet-3 + (et-1)2 + 2et-1et-2 + 2et-1et-3+ (et-2)2 + 2et-2et-3 + (et-3)2Page 31: Stationary ModelsSince the expected values of all cross-products are zero, and it follows that:var(wt) = (1/16)4s2 = 0.25s2Given the information et-3 = et-2 = 1, the conditional variance isvar(wtet-3 = et-2 = 1) = Et-2(1/4et + 1/4et-1 + 1/4et-2 + 1/4et-3)2 - (Et-2wt)2 = (1/16)Et-2+ 2etet-1 + 2etet-2 + 2etet-3 + (et-1)2 + 2et-1et-2 + 2et-1et-3 + (et-2)2 + 2et-2et-3 + (et-3)2 - (0.5)2Since Et-2et-2 = Et-2et-3 = 1, it follows that var(wt et-3 = et-2 = 1) = (1/16)(s2 + s2 + 1 + 1 + 2) - 0.25, so thatvar(wt et-3 = et-2 = 1) = (1/8)s2C. Find: i. Cov(wt, wt-1)ii. Cov(wt, wt-2) iii. Cov(wt, wt-5)Answers: Using the same techniques as in Part B:i. Cov(wt, wt-1) = Ewtwt-1-E(wt)E(wt-1) = (1/16)E(et + et-1 + et-2 + et-3)(et-1 + et-2 + et-3 + et-4)= (1/16)E(et-1)2 + (et-2)2 + (et-3)2 + cross-product termsSince the expected values of the cross-product terms are all zeroCov(wt, wt-1) = (1/16)3s2ii. Cov(wt, wt-2) = (1/16)E(et + et-1 + et-2 + et-3)(et-2 + et-3 + et-4 + et-5) = (1/16)E(et-2)2 + (et-3)2 + cross-product termsSince the expected values of the cross-product terms are all zeroCov(wt, wt-2) = (1/16)2s2iii. Cov(wt, wt-5) = (1/16)E(et + et-1 + et-2 + et-3)(et-5 + et-6 + et-7 + et-8) = (1/16)Ecross-product terms. Hence:Cov(wt, wt-5) = 02. Substitute (2.10) into yt = a0 + a1yt-1 + et. Show that the resulting equation is an identity. Answer: For (2.10) to be a solution, it must satisfy:a01 + a1 + a12 + . + a1t-1 + a1ty0 + et + a1et-1 + a12et-2 + . + a1t-1e1 = a0 + a1a01 + a1 + a12 + . + a1t-2 + a1t-1y0 + et-1 + a1et-2 + a12et-3 + .+ a1t-2e1 + etNotice that all terms cancel. Specifically:a01 + a1 + a12 + . + a1t-1 a0 + a1a01 + a1 + a12 + . + a1t-2a1ty0 a1a1t-1y0 and:et + a1et-1 + a12et-2 + . + a1t-1e1 = a1 et-1 + a1et-2 + a12et-3 + . + a1t-2e1 + etA. Find the homogeneous solution to: yt = a0 + a1yt-1 + et.Answer: Attempt a challenge solution of the form yt = Aat. For this solution to solve the homogeneous equation it follows that a = a1 and A can be any arbitrary constant. B. Find the particular solution given that a1 1.Answer: Using lag operators, write the equation as (1 - a1L)yt = a0 + et. Since a0/(1-a1L) = a0/(1-a1) and et/(1-a1L) = et + a1et-1 + a12et-2 + . + a1t-1e1 + a1te0 + a1t+1e-1 + ., it follows that the particular solution isC. Show how to obtain (2.10) by combining the homogeneous and particular solutions.Answer: Combining the homogeneous and particular solutions yields the general solution:so that when t = 0Solve for A and substitute the answer into the general solution to obtain (2.10). 3. Consider the second-order autoregressive process yt = a0 + a2yt-2 + et ,where a2 1. A. Find: i. Et-2ytii. Et-1ytiii. Etyt+2 iv. Cov(yt, yt-1) v. Cov(yt, yt-2)vi. the partial autocorrelations f11 and f22Answers: i) Et-2yt = Et-2(a0 + a2yt-2 + et) = a0 + a2yt-2ii) Et-1yt = Et-1(a0 + a2yt-2 + et) = a0 + a2yt-2Note the Et-1yt = Et-2yt since information obtained in period (t-1) does not help to predict the value of yt.iii) Etyt+2 can be obtained directly from the answer to Part i. Simply update the time index by two periods to obtain: Etyt+2 = a0 + a2ytThe simplest way to answer Parts iv. and v. is to obtain the particular solution for yt. Students should be able to show:yt = a0/(1-a2) + et + a2et-2 + (a2)2et-4 + (a2)3et-6 + (a2)4et-8 + .iv) Cov(yt, yt-1) = E(yt - Eyt)(yt-1 - Eyt-1) = Eet + a2et-2 + (a2)2et-4 + (a2)3et-6 + (a2)4et-8 + .et-1 + a2et-3 + (a2)2et-5 + (a2)3et-7 + .so thatCov(yt, yt-1) = 0v) Cov(yt, yt-2) = Eet + a2et-2 + (a2)2et-4 + (a2)3et-6 + .et-2 + a2et-4 + (a2)2et-6 + (a2)3et-8 + .= a2E(et-2)2 + (a2)2(et-4)2 + (a2)4(et-6)2 + (a2)6(et-8)2 + . Given a2 1, forecasts conditioned on the information in t+1 and t can be made using Et+1yt+s = as-1yt+1 + asyt.E. Find: Eyt, Eyt+1, Var(yt), Var(yt+1), and Cov(yt+1, yt). Answers: The point is to illustrate that the yt sequence is not stationary. Consider:i. Eyt = at-1y1 + aty0. Since at-1 and at are functions of time, the mean is not constant.ii. Eyt+1 = aty1 + at+1y0. Note that Eyt+1 Eyt.iii. var(yt) = 1 + (a1)2 + (a2)2 + . + (at-2)2s2iv. var(yt+1) = 1 + (a1)2 + (a2)2 + . + (at-1)2s2 so that var(yt+1) var(yt ).v. cov(yt+1, yt) = a0a1 + a1a2 + . + at-3at-2s2.7. The file entitled SIM_2.XLS contains the simulated data sets used in this chapter. The first column contains the 100 values of the simulated AR(1) process used in Section 7. This first series is entitled Y1. The following programs will perform the tasks indicated in the text. Due to differences in data handling and rounding, your answers need only approximate those presented in the text.Sample Program for RATS Users all 100;* The first 3 lines read in the data setopen data a:sim_2.xls;* Modify this if your data is not on drive a:data(format=xls,org=obs) cor(partial=pacf,qstats,number=24,span=8) y1;* calculates the ACF, PACF, and Q-statistics graph 1;* plots the simulated series# y1boxjenk(ar=1) y1 / resids;* estimates an AR(1) model and saves the ;*residuals in the series called resids* The next 3 lines compute and display the AIC and SBCcompute aic = %nobs*log(%rss) + 2*%nregcompute sbc = %nobs*log(%rss) + %nreg*log(%nobs)display aic = AIC sbc = sbc* Obtain the ACF, PACF, and Q-statistics of the residuals cor(partial=pacf,qstats,number=24,span=8,dfc=%nreg) resids* Now estimate the model with a MA term at lag 12boxjenk(ar=1,ma=|12|) y1 / residscor(partial=pacf,qstats,number=24,span=8,dfc=%nreg) residscompute aic = %nobs*log(%rss) + 2*%nregcompute sbc = %nobs*log(%rss) + %nreg*log(%nobs)display aic = AIC sbc = sbcboxjenk(ar=2) y1 / resids;* Estimates the AR(2) modelboxjenk(ar=1,ma=1) y1 / resids;* Estimates an ARMA(1, 1) model8. The second column in file entitled SIM_2. XLS contains the 100 values of the simulated ARMA(1, 1) process used in Section 7. This series is entitled Y2. The following programs will perform the tasks indicated in the text. Due to differences in data handling and rounding, your answers need only approximate those reported in the text. Sample Program for RATS Users all 100;* The first 3 lines read in the data setopen data a:sim_2.xls;* Modify this if your data is not on drive a:data(format=xls,org=obs) cor(partial=pacf,qstats,number=24,span=8) y2 ;* calculates the ACF, PACF, and Q-statistics graph 1 ;* plots the simula
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 张迎雪找次品课件
- 2025年嘉兴海宁市中心医院公开招聘高层次急需卫技人员4人考前自测高频考点模拟试题及参考答案详解1套
- 杨桃创新创业项目商业计划书
- 2025年甘肃庆阳环县事业单位引进高层次和急需紧缺人才(第二批)模拟试卷及答案详解一套
- 2025昆明市盘龙区滇源街道中心卫生院第二次招聘(2人)模拟试卷及1套完整答案详解
- 建筑施工质量监控管理方案
- 酒店客户接待及会议服务标准流程
- 中药材种植技术规范及操作指导
- 智能化服务效果分析-洞察及研究
- 2025年4月四川成都师范学院考核招聘(第二批)模拟试卷附答案详解(完整版)
- 2025国企竞聘上岗与干部竞聘上岗笔试题及答案
- 武科大大学生手册考试内容及答案
- 2025年中国家用WiFi路由器行业市场全景分析及前景机遇研判报告
- 2025年领导干部任前廉政法规知识考试题库(含答案)
- 2025年四川基层法律服务工作者执业核准考试仿真试题及答案一
- 2025年山东省济宁市邹城市第十一中学中考二模数学试题
- 信息技术基础教程(WPS版)课件 第3章 Windows 10 操作系统的使用
- 小鹿斑比题目及答案
- 食材配送服务方案投标方案【修订版】(技术标)
- 《一小时轻松掌握口腔规范化摄影》PPT课件(完整版)
- 自动电压控制系统AVC调试报告模板
评论
0/150
提交评论