Introduction to Time Series Analysis and Forecasting
Home > Mathematics and Science Textbooks > Mathematics > Probability and statistics > Introduction to Time Series Analysis and Forecasting
Introduction to Time Series Analysis and Forecasting

Introduction to Time Series Analysis and Forecasting

|
     0     
5
4
3
2
1




International Edition


About the Book

Praise for the First Edition "…[t]he book is great for readers who need to apply the methods and models presented but have little background in mathematics and statistics." -MAA Reviews Thoroughly updated throughout, Introduction to Time Series Analysis and Forecasting, Second Edition presents the underlying theories of time series analysis that are needed to analyze time-oriented data and construct real-world short- to medium-term statistical forecasts.    Authored by highly-experienced academics and professionals in engineering statistics, the Second Edition features discussions on both popular and modern time series methodologies as well as an introduction to Bayesian methods in forecasting. Introduction to Time Series Analysis and Forecasting, Second Edition also includes: Over 300 exercises from diverse disciplines including health care, environmental studies, engineering, and finance More than 50 programming algorithms using JMP®, SAS®, and R that illustrate the theory and practicality of forecasting techniques in the context of time-oriented data  New material  on frequency domain and spatial temporal data analysis Expanded coverage of the variogram and spectrum with applications as well as transfer and intervention model functions A supplementary website featuring  PowerPoint® slides, data sets, and select solutions to the problems Introduction to Time Series Analysis and Forecasting, Second Edition is an ideal textbook upper-undergraduate and graduate-levels courses in forecasting and time series. The book is also an excellent reference for practitioners and researchers who need to model and analyze time series data to generate forecasts.

Table of Contents:
preface xi 1 Introduction to Forecasting 1 1.1 The Nature and Uses of Forecasts 1 1.2 Some Examples of Time Series 6 1.3 The Forecasting Process 13 1.4 Data for Forecasting 16 1.4.1 The Data Warehouse 16 1.4.2 Data Cleaning 18 1.4.3 Imputation 18 1.5 Resources for Forecasting 19 Exercises 20 2 Statistics Background for Forecasting 25 2.1 Introduction 25 2.2 Graphical Displays 26 2.2.1 Time Series Plots 26 2.2.2 Plotting Smoothed Data 30 2.3 Numerical Description of Time Series Data 33 2.3.1 Stationary Time Series 33 2.3.2 Autocovariance and Autocorrelation Functions 36 2.3.3 The Variogram 42 2.4 Use of Data Transformations and Adjustments 46 2.4.1 Transformations 46 2.4.2 Trend and Seasonal Adjustments 48 2.5 General Approach to Time Series Modeling and Forecasting 61 2.6 Evaluating and Monitoring Forecasting Model Performance 64 2.6.1 Forecasting Model Evaluation 64 2.6.2 Choosing Between Competing Models 74 2.6.3 Monitoring a Forecasting Model 77 2.7 R Commands for Chapter 2 84 Exercises 96 3 Regression Analysis and Forecasting 107 3.1 Introduction 107 3.2 Least Squares Estimation in Linear Regression Models 110 3.3 Statistical Inference in Linear Regression 119 3.3.1 Test for Significance of Regression 120 3.3.2 Tests on Individual Regression Coefficients and Groups of Coefficients 123 3.3.3 Confidence Intervals on Individual Regression Coefficients 130 3.3.4 Confidence Intervals on the Mean Response 131 3.4 Prediction of New Observations 134 3.5 Model Adequacy Checking 136 3.5.1 Residual Plots 136 3.5.2 Scaled Residuals and PRESS 139 3.5.3 Measures of Leverage and Influence 144 3.6 Variable Selection Methods in Regression 146 3.7 Generalized and Weighted Least Squares 152 3.7.1 Generalized Least Squares 153 3.7.2 Weighted Least Squares 156 3.7.3 Discounted Least Squares 161 3.8 Regression Models for General Time Series Data 177 3.8.1 Detecting Autocorrelation: The Durbin–Watson Test 178 3.8.2 Estimating the Parameters in Time Series Regression Models 184 3.9 Econometric Models 205 3.10 R Commands for Chapter 3 209 Exercises 219 4 Exponential Smoothing Methods 233 4.1 Introduction 233 4.2 First-Order Exponential Smoothing 239 4.2.1 The Initial Value, ̃y0 241 4.2.2 The Value of 𝜆 241 4.3 Modeling Time Series Data 245 4.4 Second-Order Exponential Smoothing 247 4.5 Higher-Order Exponential Smoothing 257 4.6 Forecasting 259 4.6.1 Constant Process 259 4.6.2 Linear Trend Process 264 4.6.3 Estimation of 𝜎2e 273 4.6.4 Adaptive Updating of the Discount Factor 274 4.6.5 Model Assessment 276 4.7 Exponential Smoothing for Seasonal Data 277 4.7.1 Additive Seasonal Model 277 4.7.2 Multiplicative Seasonal Model 280 4.8 Exponential Smoothing of Biosurveillance Data 286 4.9 Exponential Smoothers and Arima Models 299 4.10 R Commands for Chapter 4 300 Exercises 311 5 Autoregressive Integrated Moving Average (Arima) Models 327 5.1 Introduction 327 5.2 Linear Models for Stationary Time Series 328 5.2.1 Stationarity 329 5.2.2 Stationary Time Series 329 5.3 Finite Order Moving Average Processes 333 5.3.1 The First-Order Moving Average Process, MA(1) 334 5.3.2 The Second-Order Moving Average Process, MA(2) 336 5.4 Finite Order Autoregressive Processes 337 5.4.1 First-Order Autoregressive Process, AR(1) 338 5.4.2 Second-Order Autoregressive Process, AR(2) 341 5.4.3 General Autoregressive Process, AR(p) 346 5.4.4 Partial Autocorrelation Function, PACF 348 5.5 Mixed Autoregressive–Moving Average Processes 354 5.5.1 Stationarity of ARMA(p, q) Process 355 5.5.2 Invertibility of ARMA(p, q) Process 355 5.5.3 ACF and PACF of ARMA(p, q) Process 356 5.6 Nonstationary Processes 363 5.6.1 Some Examples of ARIMA(p, d, q) Processes 363 5.7 Time Series Model Building 367 5.7.1 Model Identification 367 5.7.2 Parameter Estimation 368 5.7.3 Diagnostic Checking 368 5.7.4 Examples of Building ARIMA Models 369 5.8 Forecasting Arima Processes 378 5.9 Seasonal Processes 383 5.10 Arima Modeling of Biosurveillance Data 393 5.11 Final Comments 399 5.12 R Commands for Chapter 5 401 Exercises 412 6 Transfer Functions and Intervention Models 427 6.1 Introduction 427 6.2 Transfer Function Models 428 6.3 Transfer Function–Noise Models 436 6.4 Cross-Correlation Function 436 6.5 Model Specification 438 6.6 Forecasting with Transfer Function–Noise Models 456 6.7 Intervention Analysis 462 6.8 R Commands for Chapter 6 473 Exercises 486 7 Survey of Other Forecasting Methods 493 7.1 Multivariate Time Series Models and Forecasting 493 7.1.1 Multivariate Stationary Process 494 7.1.2 Vector ARIMA Models 494 7.1.3 Vector AR (VAR) Models 496 7.2 State Space Models 502 7.3 Arch and Garch Models 507 7.4 Direct Forecasting of Percentiles 512 7.5 Combining Forecasts to Improve Prediction Performance 518 7.6 Aggregation and Disaggregation of Forecasts 522 7.7 Neural Networks and Forecasting 526 7.8 Spectral Analysis 529 7.9 Bayesian Methods in Forecasting 535 7.10 Some Comments on Practical Implementation and Use of Statistical Forecasting Procedures 542 7.11 R Commands for Chapter 7 545 Exercises 550 Appendix A Statistical Tables 561 Appendix B Data Sets for Exercises 581 Appendix C Introduction to R 627 Bibliography 631 Index 639


Best Sellers


Product Details
  • ISBN-13: 9781118745113
  • Publisher: John Wiley & Sons Inc
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 38 mm
  • Width: 165 mm
  • ISBN-10: 1118745116
  • Publisher Date: 29 May 2015
  • Height: 241 mm
  • No of Pages: 672
  • Returnable: N
  • Weight: 1021 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Introduction to Time Series Analysis and Forecasting
John Wiley & Sons Inc -
Introduction to Time Series Analysis and Forecasting
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Introduction to Time Series Analysis and Forecasting

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!