楼主: dengtiruo
4426 4

Time Series Analysis - With Applications in R [推广有奖]

  • 0关注
  • 2粉丝

教授

29%

还不是VIP/贵宾

-

威望
0
论坛币
12175 个
通用积分
1.3750
学术水平
-1 点
热心指数
-1 点
信用等级
-1 点
经验
869 点
帖子
339
精华
0
在线时间
2255 小时
注册时间
2009-6-21
最后登录
2019-6-14

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
Springer - Time Series Analysis - With Applications in R - 2nd Edition - 2008.pdf (5.44 MB, 需要: 20 个论坛币)

Time Series Analysis - With Applications in R - 2nd Edition - 2008  501pages

by Jonathan D. Cryer • Kung-Sik Chan
二维码

扫码加我 拉你入群

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

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

关键词:Applications Application Time Series Analysis Analysi Analysis Applications time Series With

沙发
dengtiruo 发表于 2009-6-24 08:08:10 |只看作者 |坛友微信交流群
1# dengtiruo


CHAPTER 1 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Examples of Time Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 A Model-Building Strategy . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.3 Time Series Plots in History . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.4 An Overview of the Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
CHAPTER 2 FUNDAMENTAL CONCEPTS . . . . . . . . . . . . . . . . . . 11
2.1 Time Series and Stochastic Processes . . . . . . . . . . . . . . . . 11
2.2 Means, Variances, and Covariances . . . . . . . . . . . . . . . . . . 11
2.3 Stationarity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.4 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Appendix A: Expectation, Variance, Covariance, and Correlation . 24
CHAPTER 3 TRENDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.1 Deterministic Versus Stochastic Trends . . . . . . . . . . . . . . . . 27
3.2 Estimation of a Constant Mean . . . . . . . . . . . . . . . . . . . . . . 28
3.3 Regression Methods. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.4 Reliability and Efficiency of Regression Estimates. . . . . . . . 36
3.5 Interpreting Regression Output . . . . . . . . . . . . . . . . . . . . . . 40
3.6 Residual Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
3.7 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
CHAPTER 4 MODELS FOR STATIONARY TIME SERIES. . . . . 55
4.1 General Linear Processes . . . . . . . . . . . . . . . . . . . . . . . . . . 55
4.2 Moving Average Processes . . . . . . . . . . . . . . . . . . . . . . . . . 57
4.3 Autoregressive Processes . . . . . . . . . . . . . . . . . . . . . . . . . . 66
4.4 The Mixed Autoregressive Moving Average Model. . . . . . . . 77
4.5 Invertibility. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
4.6 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
Appendix B: The Stationarity Region for an AR(2) Process . . . . . 84
Appendix C: The Autocorrelation Function for ARMA(p,q). . . . . . . 85
CHAPTER 5 MODELS FOR NONSTATIONARY TIME SERIES .87
5.1 Stationarity Through Differencing . . . . . . . . . . . . . . . . . . . . .88
5.2 ARIMA Models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .92
5.3 Constant Terms in ARIMA Models. . . . . . . . . . . . . . . . . . . . .97
5.4 Other Transformations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .98
5.5 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .102
Exercises. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .103
Appendix D: The Backshift Operator. . . . . . . . . . . . . . . . . . . . . . .106
CHAPTER 6 MODEL SPECIFICATION . . . . . . . . . . . . . . . . . . . . .109
6.1 Properties of the Sample Autocorrelation Function . . . . . . .109
6.2 The Partial and Extended Autocorrelation Functions . . . . .112
6.3 Specification of Some Simulated Time Series. . . . . . . . . . .117
6.4 Nonstationarity. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .125
6.5 Other Specification Methods . . . . . . . . . . . . . . . . . . . . . . . .130
6.6 Specification of Some Actual Time Series. . . . . . . . . . . . . .133
6.7 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .141
Exercises. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .141
CHAPTER 7 PARAMETER ESTIMATION . . . . . . . . . . . . . . . . . . .149
7.1 The Method of Moments . . . . . . . . . . . . . . . . . . . . . . . . . . .149
7.2 Least Squares Estimation . . . . . . . . . . . . . . . . . . . . . . . . . .154
7.3 Maximum Likelihood and Unconditional Least Squares . . .158
7.4 Properties of the Estimates . . . . . . . . . . . . . . . . . . . . . . . . .160
7.5 Illustrations of Parameter Estimation . . . . . . . . . . . . . . . . . .163
7.6 Bootstrapping ARIMA Models . . . . . . . . . . . . . . . . . . . . . . .167
7.7 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .170
Exercises. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .170
CHAPTER 8 MODEL DIAGNOSTICS . . . . . . . . . . . . . . . . . . . . . .175
8.1 Residual Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .175
8.2 Overfitting and Parameter Redundancy. . . . . . . . . . . . . . . .185
8.3 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .188
Exercises. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .188
CHAPTER 9 FORECASTING. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
9.1 Minimum Mean Square Error Forecasting . . . . . . . . . . . . . 191
9.2 Deterministic Trends. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
9.3 ARIMA Forecasting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
9.4 Prediction Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203
9.5 Forecasting Illustrations . . . . . . . . . . . . . . . . . . . . . . . . . . . 204
9.6 Updating ARIMA Forecasts . . . . . . . . . . . . . . . . . . . . . . . . 207
9.7 Forecast Weights and Exponentially Weighted
Moving Averages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207
9.8 Forecasting Transformed Series. . . . . . . . . . . . . . . . . . . . . 209
9.9 Summary of Forecasting with Certain ARIMA Models . . . . 211
9.10 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
Appendix E: Conditional Expectation. . . . . . . . . . . . . . . . . . . . . . 218
Appendix F: Minimum Mean Square Error Prediction . . . . . . . . . 218
Appendix G: The Truncated Linear Process . . . . . . . . . . . . . . . . 221
Appendix H: State Space Models . . . . . . . . . . . . . . . . . . . . . . . . 222
CHAPTER 10 SEASONAL MODELS . . . . . . . . . . . . . . . . . . . . . . 227
10.1 Seasonal ARIMA Models . . . . . . . . . . . . . . . . . . . . . . . . . . 228
10.2 Multiplicative Seasonal ARMA Models . . . . . . . . . . . . . . . . 230
10.3 Nonstationary Seasonal ARIMA Models . . . . . . . . . . . . . . 233
10.4 Model Specification, Fitting, and Checking. . . . . . . . . . . . . 234
10.5 Forecasting Seasonal Models . . . . . . . . . . . . . . . . . . . . . . 241
10.6 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246
CHAPTER 11 TIME SERIES REGRESSION MODELS . . . . . . 249
11.1 Intervention Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249
11.2 Outliers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
11.3 Spurious Correlation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
11.4 Prewhitening and Stochastic Regression . . . . . . . . . . . . . . 265
11.5 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274
CHAPTER 12 TIME SERIES MODELS OF
HETEROSCEDASTICITY. . . . . . . . . . . . . . . . . . . . .277
12.1 Some Common Features of Financial Time Series . . . . . . .278
12.2 The ARCH(1) Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .285
12.3 GARCH Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .289
12.4 Maximum Likelihood Estimation . . . . . . . . . . . . . . . . . . . . .298
12.5 Model Diagnostics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .301
12.6 Conditions for the Nonnegativity of the
Conditional Variances . . . . . . . . . . . . . . . . . . . . . . . . . . . . .307
12.7 Some Extensions of the GARCH Model . . . . . . . . . . . . . . .310
12.8 Another Example: The Daily USD/HKD Exchange Rates . .311
12.9 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .315
Exercises. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .316
Appendix I: Formulas for the Generalized Portmanteau Tests . . .318
CHAPTER 13 INTRODUCTION TO SPECTRAL ANALYSIS. . . .319
Periodogram. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .322
Appendix J: Orthogonality of Cosine and Sine Sequences . . . . .349

CHAPTER 14 ESTIMATING THE SPECTRUM . . . . . . . . . . . . . .351
Appendix K: Tapering and the Dirichlet Kernel . . . . . . . . . . . . . . .381

CHAPTER 15 THRESHOLD MODELS . . . . . . . . . . . . . . . . . . . . 383
Appendix L: The Generalized Portmanteau Test for TAR . . . . . . 421
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 423
. . . . . . . . . . . . . 468

使用道具

藤椅
xiaoqianshufe 发表于 2011-1-6 15:29:53 |只看作者 |坛友微信交流群

使用道具

板凳
manad 发表于 2014-10-23 02:53:59 |只看作者 |坛友微信交流群
谢谢分享!

使用道具

报纸
liuyuchun-cumt 发表于 2015-6-23 23:48:46 |只看作者 |坛友微信交流群
现在到第3版本了,有没有电子版啊

使用道具

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

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

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

GMT+8, 2024-4-28 06:11