课后习题答案-时间序列分析及应用(r语言原书第版)

课后习题答案-时间序列分析及应用(r语言原书第版)

ID:14111093

大小:16.32 MB

页数:304页

时间:2018-07-26

课后习题答案-时间序列分析及应用(r语言原书第版)_第1页
课后习题答案-时间序列分析及应用(r语言原书第版)_第2页
课后习题答案-时间序列分析及应用(r语言原书第版)_第3页
课后习题答案-时间序列分析及应用(r语言原书第版)_第4页
课后习题答案-时间序列分析及应用(r语言原书第版)_第5页
资源描述:

《课后习题答案-时间序列分析及应用(r语言原书第版)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、SolutionsManualtoAccompanyTimeSeriesAnalysiswithApplicationsinR,SecondEditionbyJonathanD.CryerandKung-SikChanSolutionsbyJonathanCryerandXuemiaoHao,updated7/28/08CHAPTER1Exercise1.1UsesoftwaretoproducethetimeseriesplotshowninExhibit(1.2),page2.ThefollowingRcodewillp

2、roducethegraph.>library(TSA);data(larain);win.graph(width=3,height=3,pointsize=8)>plot(y=larain,x=zlag(larain),ylab='Inches',xlab='PreviousYearInches')Exercise1.2ProducethetimeseriesplotdisplayedinExhibit(1.3),page3.UsetheRcode>data(color);plot(color,ylab='ColorPro

3、perty',xlab='Batch',type='o')Exercise1.3Simulateacompletelyrandomprocessoflength48withindependent,normalvalues.Repeatthisexer-ciseseveraltimeswithanewsimulation,thatis,anewseed,eachtime.>plot(ts(rnorm(n=48)),type='o')#IfyourepeatthiscommandRwilluseanew“randomnumber

4、s”eachtime.Ifyouwanttoreproducethesamesimulationfirstusethecommandset.seed(#########)where#########isanintegerofyourchoice.Exercise1.4Simulateacompletelyrandomprocessoflength48withindependent,chi-squaredistributedvalueseachwith2degreesoffreedom.UsethesameRcodeasint

5、hesolutionofExercise1.3butreplacernorm(n=48)withrchisq(n=48,df=2).Exercise1.5Simulateacompletelyrandomprocessoflength48withindependent,t-distributedvalueseachwith5degreesoffreedom.Constructthetimeseriesplot.UsethesameRcodeasinthesolutionofExercise1.3butreplacernorm

6、(n=48)withrt(n=48,df=5).Exercise1.6ConstructatimeseriesplotwithmonthlyplottingsymbolsfortheDubuquetemperatureseriesasinExhibit(1.7),page6.(Maketheplotfullscreensothatyoucanseeallofdetail.)>data(tempdub);plot(tempdub,ylab='Temperature')>points(y=tempdub,x=time(tempd

7、ub),pch=as.vector(season(tempdub)))CHAPTER2Exercise2.1SupposeE(X)=2,Var(X)=9,E(Y)=0,Var(Y)=4,andCorr(X,Y)=0.25.Find:(a)Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)=9+4+2(3*2*0.25)=16(b)Cov(X,X+Y)=Cov(X,X)+Cov(X,Y)=9+((3*2*0.25)=9+3/2=10.5(c)Corr(X+Y,X−Y).Asinpart(a),Var(X−Y)=1

8、0.ThenCov(X+Y,X−Y)=Cov(X,X)−Cov(Y,Y)+Cov(X,Y)−Cov(X,Y)=Var(X)−Var(Y)=9−4=5.SoCorr(X+Y,X–Y)=------------------------------------------------------

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。