- 1、本文档共350页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
课后习题答案#x2d;时间序列分析及应用(R语言原书第2版).docx
Solutions Manual to Accompany
Time Series Analysis
with Applications in R, Second Edition
by Jonathan D. Cryer and Kung-Sik Chan
Solutions by Jonathan Cryer and Xuemiao Hao, updated 7/28/08
Chapter 1
Exercise 1.1 Use software to produce the time series plot shown in Exhibit (1.2), page 2. The following R code will produce the graph.
library(TSA); data(larain); win.graph(width=3/height=3,pointsize=8)
a plot(y=larain,x=zlag(larain,ylab=1Inches *,xlab=Previous Year Inches}
Exercise 1.2 Produce the time series plot displayed in Exhibit (1.3), page 3. Use the R code
data(color); plot(color,ylab=Color Property,丨Baluh,,typ皂■)
Exercise 1.3 Simulate a completely random process of length 48 with independent, nomial values. Repeat this exercise several limes with a new simulation, that is. a new seed, each time.
plot (ts rnoxm\ ln=4 8)), type= *0*) # l£ you repeat this command R will use a new * random
numbers1* each time. If you want to reproduce the same simulation first use the command set.seed(#######?# where is an integer of your choice.
Exercise 1.4 Simulate a completely random process of length 48 with independent, chi-square dislribuled values each with 2 degrees of freedom. Use the same R code as in the solution of Exercise 13 but replace morTn(n-48) with rchisq (n?48 z df ?2).
Exercise IS Simulate a completely random process of length 48 wilh independent, /-distributed values each with 5 degrees of freedom. Conslrucl (he time series plot. Use the same R code as in lhe solution of Exercise 1.3 but replace rnormn-48) with rt(0^48, df ?5).
Exercise 1.6 Construct a Lime series plot with monthly plotting symbols for the Dubuque temperature series as in Exhibit (1.7). page 6. (Make the plot full screen so that you can see all of detail.)
..— ?.■ ■一 .■ —
data(tempdub); plot(tempdubrylab-Temperature)
pointe(ystempdub^xstime(tempdub). pch=as.vector(season(tempdub})
Chapter 2
Exercise 2.1 Suppose E(X) = 2, Var[X} = 9, E(K) = 0. VariY) = 4. and CorriX.Y) = 0.25. Find:
Var(X +
您可能关注的文档
- 1-6周岁少儿填色画册:全套版本.doc
- 2016年网格员工作总结5篇(精简版).docx
- 2017年汤家凤考研高数强化课程笔记(手写版).docx
- SYB创业计划书完整版.docx
- 关于交通灯实验报告.docx
- 花卉种植:百合花的种植方法.docx
- 环网柜操作说明.doc
- 基于EM算法的有限维混合分布参数估计研究.docx
- 间歇法生产食品添加剂稳定态二氧化氯的工艺设计.docx
- 空调冷热源的特点与选择.docx
- 2025年沪教版选择性必修1语文下册阶段测试试卷含答案 .docx
- 2025年统编版2024高二历史下册月考试卷 .docx
- 2025年人民版必修1历史上册阶段测试试卷.docx
- 2024年湘师大新版八年级历史下册阶段测试试卷 .docx
- 2024年沪教版八年级历史下册月考试卷含答案 .docx
- 2025年人教版PEP选修3历史下册阶段测试试卷 .docx
- 2025年沪科新版选修历史下册月考试卷含答案.docx
- 【+高中语文++】高考必背篇目之古诗词40首易错字+课件.pptx
- 【+高中语文++】《烛之武退秦师》课件++统编版高中语文必修下册+.pptx
- 【+高中语文++】《梦游天姥吟留别》《登高》联读++课件+统编版高中语文必修上册.pptx
最近下载
- 私募股权基金-私募股权知识-讲义要点-超全.pdf
- 2024年民主生活会“带头勇于担责、敢于创新”方面问题起草指南、实例和素材(179条).docx VIP
- 西南大学“国家级大学生创新创业训练计划”项目申报书.doc
- 淮北温哥华大酒店10KV配电工程技术标样本.doc
- 2024年民主生活会“服务人民、造福人民的价值追求更加坚定”方面起草指南(带头在遵规守纪、清正廉洁前提下勇于担责、敢于创新).docx VIP
- 2024年销售部年终工作总结汇报2025年营销计划PPT模板.pptx
- 写字楼、办公楼建设项目可行性研究报告.pdf
- 质量体系各过程绩效考核指标.doc VIP
- ISMS信息安全管理体系文件(全面).docx VIP
- 小升初语文阅读理解专项训练 专题10 非连续性文本 有答案.docx VIP
文档评论(0)