您好,欢迎光临本网站![请登录][注册会员]  
文件名称: Time Series Analysis and Its Applications
  所属分类: 机器学习
  开发工具:
  文件大小: 15mb
  下载次数: 0
  上传时间: 2019-03-23
  提 供 者: fake****
 详细说明:Time Series Analysis and Its Applications Time Series Analysis and Its ApplicationsRobert h. shumway david s. Stoffer Time Series Analysis and Its applications Withr examples Fourth edition ② Springer Robert h. shumway David s. stoffer Department of Statistics Department of statistics University of California, Davis University of Pittsburgh Davis. CA USA Pittsburgh PA. USa ISSN1431-875X issn 2197-4136 (electronic) Springer Texts in Statistics ISBN978-3-319-52451-1 ISBN978-3-319524528( eBook) DOI10.1007/978-3-319-52452-8 Library of Congress Control Number: 2017930675 O Springer International Publishing AG 1999, 2012, 2016, 2017 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed The use of general descriptive names, registered names, trademarks, service marks, etc in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations Printed on acid-free paper This Springer imprint is published by Springer Nature The registered company is Springer International Publishing AG The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland Preface to the fourth edition The fourth edition follows the general layout of the third edition but includes some modernization of topics as well as the coverage of additional topics. The preface to the third edition--which follows--still applies, so we concentrate on the differences between the two editions here. As in the third edition, R code for each examp is given in the text, even if the code is excruciatingly long. Most of the examples with seemingly endless coding are in the latter chapters. The r package for the text,astsa, is still supported and details may be found in Appendix r. The global temperature deviation series have been updated to 2015 and are included in the newest version of the package; the corresponding examples and problems have been updated accordingl Chapter l of this edition is similar to the previous edition, but we have included the definition of trend stationarity and the concept of prewhitening when using cross correlation. The New York stock Exchange data set which focused on an old financial crisis, was replaced with a more current series of the Dow Jones Industrial Average, which focuses on a newer financial crisis. In Chap. 2, we rewrote some of the regression review, changing the smoothing examples from the mortality data example to the Southern Oscillation Index and finding El Nino. We also expanded on the lagged regression example and carried it on to Chap 3 In Chap 3, we removed normality from definition of ARMA models; while the assumption is not necessary for the definition, it is essential for inference and pre- diction. We added a section on regression with arma errors and the corresponding problems; this section was previously in Chap. 5. Some of the examples have been modified and we added some examples in the seasonal arma section finally, we included a discussion of lagged regression with autocorrelated errors In Chap. 4, we improved and added some examples. The idea of modulated series is discussed using the classic star magnitude data set. We moved some of the filtering section forward for easier access to information when needed. We removed the reliance on spec. pgram(from the stats package)to mvspec(from the astsa package)so we can avoid having to spend pages explaining the quirks of spec. pgram Preface to the fourth edition which tended to take over the narrative. The section on wavelets was removed because there are so many accessible texts available. The spectral representation theorems are discussed in a little more detail using examples based on simple harmonic processes The general layout of Chap. 5 and of Chap. 7 is the same, although we have revised some of the examples. as previously mentioned we moved regression with ARMA errors to Chap. 3 Chapter 6 sees the biggest change in this edition We have added a section on smoothing splines, and a section on hidden Markov models and switching autore gressions. The bayesian section is completely rewritten and is on linear Gaussian state space models only. The nonlinear material in the previous edition is removed because it was old, and the newer material is in Douc, Moulines, and Stoffer [53] Many of the examples have been rewritten to make the chapter more accessible The appendices are similar, with some minor changes to Appendix a and Appendix B We added material to Appendix C, including a discussion of riemann- Stieltjes and stochastic integration, a proof of the fact that the spectra of autoregressive processes are dense in the space of spectral densities, and a proof of the fact that spec tra are approximately the eigenvalues of the covariance matrix of a stationary process We tweaked, rewrote, improved, or revised some of the exercises, but the overall ordering and coverage is roughly the same. And, of course, we moved regression with ARMA errors problems to Chap 3 and removed the Chap 4 wavelet problems. The exercises for Chap 6 have been updated accordingly to reflect the new and improved version of the chapter Davis. CA USA Robert h. Shumway Pittsburgh, PA, USA David s stoffer December 2016 Preface to the third edition The goals of this book are to develop an appreciation for the richness and versatility of modern time series analysis as a tool for analyzing data, and still maintain a commitment to theoretical integrity, as exemplified by the seminal works of brillinger [33] and Hannan [86] and the texts by Brockwell and Davis [36] and Fuller [66]. The advent of inexpensive powerful computing has provided both real data and new software that can take one considerably beyond the fitting of simple time domain models, such as have been elegantly described in the landmark work of Box and Jenkins [30]. This book is designed to be useful as a text for courses in time series on several different levels and as a reference work for practitioners facing the analysis of time-correlated data in the physical, biological, and social sciences We have used earlier versions of the text at both the undergraduate and gradu- ate levels over the past decade. Our experience is that an undergraduate course can be accessible to students with a background in regression analysis and may include Sects. 1.1-1.5, Sects. 2.1-2.3, the results and numerical parts of Sects. 3. 1-3.9, and briefly the results and numerical parts of Sects. 4.1-4.4. At the advanced un dergraduate or masters level, where the students have some mathematical statistics background, more detailed coverage of the same sections, with the inclusion of extra topics from Chaps 5 or 6 can be used as a one-semester course. often the extra topics are chosen by the students according to their interests finally a two-semester upper-level graduate course for mathematicS, Statistics, and engineering graduate stu- dents can be crafted by adding selected theoretical appendices. For the upper- level graduate course we should mention that we are striving for a broader but less rigorous level of coverage than that which is attained by brockwell and Davis [36], the classic entry at this level The major difference between this third edition of the text and the second edition is that we provide r code for almost all of the numerical examples anr package called astsa is provided for use with the text; see Sect. R2 for details. R code is provided simply to enhance the exposition by making the numerical examples reproducible Will Preface to the Third edition We have tried, where possible, to keep the problem sets in order so that an instructor may have an easy time moving from the second edition to the third edition However, some of the old problems have been revised and there are some new problems. Also, some of the data sets have been updated. We added one section in Chap 5 on unit roots and enhanced some of the presentations throughout the text. The exposition on state-Space modeling, ARMAX models, and(multivariate)regression with autocorrelated errors in Chap 6 have been expanded. In this edition, we use standard R functions as much as possible, but we use our own scripts (included in astsa) when we feel it is necessary to avoid problems with a particular r function these problems are discussed in detail on the website for the text under r issues We thank John Kimmel, Executive editor Springer statistics, for his guidance in the preparation and production of this edition of the text. We are grateful to don Percival, University of Washington, for numerous suggestions that led to substantial improvement to the presentation in the second edition and consequently in this edition. We thank Doug Wiens, University of Alberta, for help with some of the R code in Chaps. 4 and 7, and for his many suggestions for improvement of the exposition. We are grateful for the continued help and advice of Pierre Duchesne University of Montreal, and Alexander Aue, University of California, Davis. We also thank the many students and other readers who took the time to mention typographical errors and other corrections to the first and second editions. Finally, work on this edition was supported by the National Science Foundation while one of us(Dss) was working at the Foundation under the intergovernmental Personnel act Davis. CA. USA Robert H. Shumway Pittsburgh, PA, USA David s. stoffer September 2010 Contents Preface to the fourth edition Preface to the third edition 1 Characteristics of Time series 1.1 The Nature of Time series data 1.2 Time series statistical models 15 1. 4 Stationary Time series 19 1.5 Estimation of Correlation................... 26 1. 6 Vector-Valued and Multidimensional series Problems 38 2 Time Series Regression and Exploratory Data Analysis 2.1 Classical Regression in the Time Series Context 45 2.2 Exploratory Data Analysis 54 2.3 Smoothing in the Time Series Context Problems 70 3 ARIMA Models 75 3. 1 Autoregressive Moving Average Models 75 3.2 Difference equations 88 3.3 Autocorrelation and Partial Autocorrelation 94 3.4F ting 100 3. 5 Estimat 3.6 Integrated Models for Nonstationary Data............ 131 3.7 Building ARIMA Models 135 3.8 Regression with Autocorrelated Errors ...142 3.9 Multiplicative Seasonal ARIMA Models ..145 Problems 154 Contents 4 Spectral Analysis and Filtering 165 4. 1 Cyclical Behavior and periodicity............... 166 4.2 The Spectral Densit 4.3 Periodogram and Discrete Fourier Transform 179 4.4 Nonparametric spectral estimation 18 4.5 Parametric Spectral Estimation................ 203 4.6 Multiple series and Cross-Spectra 206 4.7 Linear filters 211 4.8 Lagged Regression Models 217 4.9 Signal Extraction and Optimum Filtering 222 4.10 Spectral Analysis of Multidimensional Series.......... 226 Problem 229 5 Additional Time Domain Topics ....241 5.1 Long Memory ARMA and Fractional Differencing 241 2 Unit Root Testing 250 5.3 GARCH Models...........,,,,,,,,,,,,,, ..253 5. 4 Threshold models 262 5.5 Lagged Regression and Transfer Function Modeling 266 5.6 Multivariate ARMAX Models 72 Problems 285 State Space Model 289 6.1 Linear Gaussian model 6.2 Filtering, Smoothing, and Forecasting ........294 6.3 Maximum Likelihood estimation 304 6.4 Missing data Modifications .................................313 6.5 Structural Models: Signal Extraction and Forecasting ............318 6.6 State-Space Models with Correlated errors 321 6.6.1 ARMAX Models 323 6.6.2 Multivariate Regression with Autocorrelated Errors .... 324 6.7 Bootstrapping State Space Models 328 6.8 Smoothing Splines and the Kalman Smoother .333 6.9 Hidden Markov Models and Switching Autoregression 336 6. 10 Dynamic Linear Models with Switching............ 348 6. 11 Stochastic Volatility .360 6. 12 Bayesian Analysis of State Space Models 367 Problems 378 7 Statistical Methods in the frequency Domain 385 7.1 Introduction 385 7.2 Spectral Matrices and likelihood functions 388 7.3 Regression for Jointly Stationary Series ........390 7.4 Regression with Deterministic Inputs .399 7.5 Random Coefficient Regression 407
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 输入关键字,在本站1000多万海量源码库中尽情搜索: