楼主: stiwen
4001 1

Analysis of Integrated and Cointegrated Time Series with R (PDF Book) [推广有奖]

  • 1关注
  • 0粉丝

高级会员

博士生

2%

还不是VIP/贵宾

-

威望
0
论坛币
1156 个
通用积分
80.0339
学术水平
1 点
热心指数
2 点
信用等级
0 点
经验
4130 点
帖子
152
精华
0
在线时间
220 小时
注册时间
2008-3-7
最后登录
2024-2-10

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Contents
Preface to the Second Edition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii
Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix
List of Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv
List of Figures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii
List of R Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xix
Part I Theoretical Concepts
1 Univariate Analysis of Stationary Time Series . . . . . . . . . . . . . 3
1.1 Characteristics of Time Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 AR(p) Time Series Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.3 MA(q) Time Series Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.4 ARMA(p, q) Time Series Process . . . . . . . . . . . . . . . . . . . . . . . . . . 14
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2 Multivariate Analysis of Stationary Time Series . . . . . . . . . . . 23
2.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2 Vector Autoregressive Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.1 Specification, Assumptions, and Estimation . . . . . . . . . . . 23
2.2.2 Diagnostic Tests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
2.2.3 Causality Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
2.2.4 Forecasting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
2.2.5 Impulse Response Functions . . . . . . . . . . . . . . . . . . . . . . . 37
2.2.6 Forecast Error Variance Decomposition . . . . . . . . . . . . . . 41
2.3 Structural Vector Autoregressive Models . . . . . . . . . . . . . . . . . . . 43
2.3.1 Specification and Assumptions . . . . . . . . . . . . . . . . . . . . . . 43
2.3.2 Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
2.3.3 Impulse Response Functions . . . . . . . . . . . . . . . . . . . . . . . . 47
2.3.4 Forecast Error Variance Decomposition . . . . . . . . . . . . . . 48
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
3 Non-stationary Time Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
3.1 Trend- versus Difference-Stationary Series . . . . . . . . . . . . . . . . . . 53
3.2 Unit Root Processes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
3.3 Long-Memory Processes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
4 Cointegration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
4.1 Spurious Regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
4.2 Concept of Cointegration and Error-Correction Models . . . . . . . 75
4.3 Systems of Cointegrated Variables . . . . . . . . . . . . . . . . . . . . . . . . . 78
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
Part II Unit Root Tests
5 Testing for the Order of Integration . . . . . . . . . . . . . . . . . . . . . . . 91
5.1 Dickey-Fuller Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
5.2 Phillips-Perron Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
5.3 Elliott-Rothenberg-Stock Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
5.4 Schmidt-Phillips Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
5.5 Kwiatkowski-Phillips-Schmidt-Shin Test . . . . . . . . . . . . . . . . . . . . 103
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
6 Further Considerations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
6.1 Stable Autoregressive Processes with Structural Breaks . . . . . . 107
6.2 Seasonal Unit Roots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
Part III Cointegration
7 Single-Equation Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
7.1 Engle-Granger Two-Step Procedure . . . . . . . . . . . . . . . . . . . . . . . . 121
7.2 Phillips-Ouliaris Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127
8 Multiple-Equation Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
8.1 The Vector Error-CorrectionModel . . . . . . . . . . . . . . . . . . . . . . . 129
8.1.1 Specification and Assumptions . . . . . . . . . . . . . . . . . . . . . . 129
8.1.2 Determining the Cointegration Rank. . . . . . . . . . . . . . . . . 130
8.1.3 Testing for Weak Exogenity . . . . . . . . . . . . . . . . . . . . . . . . 134
8.1.4 Testing Restrictions on β . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
8.2 VECM and Structural Shift. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
8.3 The Structural Vector Error-Correction Model . . . . . . . . . . . . . . 145
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158
9 Appendix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
9.1 Time Series Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
9.2 Technicalities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
9.3 CRAN Packages Used . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163
10 Abbreviations, Nomenclature, and Symbols . . . . . . . . . . . . . . . . 165
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169
Name Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177
Function Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
Subject Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:cointegrated Time Series Integrated integrate Analysis Analysis PDF Book Series cointegrated

cover-large.gif (50.14 KB)

cover-large.gif

Analysis of Integrated and Cointegrated Time Series with R.rar

2.52 MB

需要: 5 个论坛币  [购买]

已有 1 人评分经验 论坛币 学术水平 热心指数 收起 理由
Sunknownay + 20 + 6 + 1 + 1 经网友推荐,予以奖励!

总评分: 经验 + 20  论坛币 + 6  学术水平 + 1  热心指数 + 1   查看全部评分

本帖被以下文库推荐

沙发
crgo 发表于 2013-11-13 17:38:25 |只看作者 |坛友微信交流群
好东西

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-1 01:42