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




Available


About the Book

Bring the latest statistical tools to bear on predicting future variables and outcomes A huge range of fields rely on forecasts of how certain variables and causal factors will affect future outcomes, from product sales to inflation rates to demographic changes. Time series analysis is the branch of applied statistics which generates forecasts, and its sophisticated use of time oriented data can vastly impact the quality of crucial predictions. The latest computing and statistical methodologies are constantly being sought to refine these predictions and increase the confidence with which important actors can rely on future outcomes. Time Series Analysis and Forecasting presents a comprehensive overview of the methodologies required to produce these forecasts with the aid of time-oriented data sets. The potential applications for these techniques are nearly limitless, and this foundational volume has now been updated to reflect the most advanced tools. The result, more than ever, is an essential introduction to a core area of statistical analysis. Readers of the third edition of Time Series Analysis and Forecasting will also find: Updates incorporating JMP, SAS, and R software, with new examples throughout Over 300 exercises and 50 programming algorithms that balance theory and practice Supplementary materials in the e-book including solutions to many problems, data sets, and brand-new explanatory videos covering the key concepts and examples from each chapter. Time Series Analysis and Forecasting is ideal for graduate and advanced undergraduate courses in the areas of data science and analytics and forecasting and time series analysis. It is also an outstanding reference for practicing data scientists.

Table of Contents:
Preface xi About the Companion Website xv 1 Introduction to Time Series Analysis and Forecasting 1 1.1 The Nature and Uses of Forecasts 1 1.2 Some Examples of Time Series 9 1.3 The Forecasting Process 16 1.4 Data for Forecasting 19 1.4.1 The Data Warehouse 19 1.4.2 Data Wrangling and Cleaning 21 1.4.3 Imputation 22 1.5 Resources for Forecasting 23 Exercises 24 2 Statistics Background for Time Series Analysis and Forecasting 27 2.1 Introduction 27 2.2 Graphical Displays 28 2.2.1 Time Series Plots 28 2.2.2 Plotting Smoothed Data 32 2.3 Numerical Description of Time Series Data 37 2.3.1 Stationary Time Series 37 2.3.2 Autocovariance and Autocorrelation Functions 39 2.3.3 The Variogram 45 2.4 Use of Data Transformations and Adjustments 49 2.4.1 Transformations 49 2.4.2 Trend and Seasonal Adjustments 51 2.5 General Approach to Time Series Modeling and Forecasting 65 2.6 Evaluating and Monitoring Forecasting Model Performance 69 2.6.1 Forecasting Model Evaluation 69 2.6.2 Choosing Between Competing Models 78 2.6.3 Monitoring a Forecasting Model 81 2.7 R Commands for Chapter 2 89 Exercises 101 3 Regression Analysis and Forecasting 115 3.1 Introduction 115 3.2 Least Squares Estimation in Linear Regression Models 118 3.3 Statistical Inference in Linear Regression 127 3.3.1 Test for Significance of Regression 128 3.3.2 Tests on Individual Regression Coefficients and Groups of Coefficients 131 3.3.3 Confidence Intervals on Individual Regression Coefficients 137 3.3.4 Confidence Intervals on the Mean Response 138 3.4 Prediction of New Observations 141 3.5 Model Adequacy Checking 143 3.5.1 Residual Plots 143 3.5.2 Scaled Residuals and PRESS 146 3.5.3 Measures of Leverage and Influence 151 3.6 Variable Selection Methods in Regression 153 3.7 Generalized and Weighted Least Squares 160 3.7.1 Generalized Least Squares 160 3.7.2 Weighted Least Squares 163 3.7.3 Discounted Least Squares 168 3.8 Regression Models for General Time Series Data 184 3.8.1 Detecting Autocorrelation: The Durbin–Watson Test 186 3.8.2 Estimating the Parameters in Time Series Regression Models 191 3.9 Econometric Models 213 3.10 R Commands for Chapter 3 216 Exercises 226 4 Exponential Smoothing Methods 243 4.1 Introduction 243 4.2 First-Order Exponential Smoothing 249 4.2.1 The Initial Value, ỹ0 251 4.2.2 The Value of λ 251 4.3 Modeling Time Series Data 254 4.4 Second-Order Exponential Smoothing 257 4.5 Higher-Order Exponential Smoothing 269 4.6 Forecasting 270 4.6.1 Constant Process 270 4.6.2 Linear Trend Process 272 4.6.3 Estimation of σe2 284 4.6.4 Adaptive Updating of the Discount Factor 285 4.6.5 Model Assessment 287 4.7 Exponential Smoothing for Seasonal Data 288 4.7.1 Additive Seasonal Model 288 4.7.2 Multiplicative Seasonal Model 292 4.8 Exponential Smoothing of Biosurveillance Data 299 4.9 Exponential Smoothers and ARIMA Models 308 4.10 R Commands for Chapter 4 309 Exercises 321 5 Autoregressive Integrated Moving Average (ARIMA) Models 339 5.1 Introduction 339 5.2 Linear Models for Stationary Time Series 340 5.2.1 Stationarity 341 5.2.2 Stationary Time Series 341 5.3 Finite Order Moving Average Processes 345 5.3.1 The First-Order Moving Average Process, MA(1) 347 5.3.2 The Second-Order Moving Average Process, MA(2) 349 5.4 Finite Order Autoregressive Processes 350 5.4.1 First-Order Autoregressive Process, AR(1) 350 5.4.2 Second-Order Autoregressive Process, AR(2) 354 5.4.3 General Autoregressive Process, AR(p) 359 5.4.4 Partial Autocorrelation Function, PACF 360 5.5 Mixed Autoregressive–Moving Average Processes 367 5.5.1 Stationarity of ARMA(p, q) Process 368 5.5.2 Invertibility of ARMA(p, q) Process 368 5.5.3 ACF and PACF of ARMA(p, q) Process 369 5.6 Nonstationary Processes 376 5.6.1 Some Examples of ARIMA(p, d, q) Processes 377 5.7 Time Series Model Building 380 5.7.1 Model Identification 380 5.7.2 Parameter Estimation 381 5.7.3 Diagnostic Checking 382 5.7.4 Examples of Building ARIMA Models 383 5.8 Forecasting Arima Processes 392 5.9 Seasonal Processes 401 5.10 Arima Modeling of Biosurveillance Data 407 5.11 Final Comments 413 5.12 R Commands for Chapter 5 415 Exercises 427 6 Transfer Functions and Intervention Models 447 6.1 Introduction 447 6.2 Transfer Function Models 448 6.3 Transfer Function–Noise Models 456 6.4 Cross-Correlation Function 456 6.5 Model Specification 458 6.6 Forecasting with Transfer Function–Noise Models 476 6.7 Intervention Analysis 481 6.8 R Commands for Chapter 6 494 Exercises 508 7 Other Time Series Analysis and Forecasting Methods 517 7.1 Multivariate Time Series Models and Forecasting 517 7.1.1 Multivariate Stationary Process 518 7.1.2 Vector ARIMA Models 519 7.1.3 Vector AR (VAR) Models 520 7.2 State Space Models 526 7.3 Arch and Garch Models 531 7.4 Direct Forecasting of Percentiles 536 7.5 Combining Forecasts to Improve Prediction Performance 542 7.6 Aggregation and Disaggregation of Forecasts 547 7.7 Neural Networks and Forecasting 551 7.8 Spectral Analysis 559 7.9 Bayesian Methods in Forecasting 565 7.10 Some Comments on Practical Implementation and Use of Statistical Forecasting Procedures 572 7.11 R Commands for Chapter 7 576 Exercises 581 Appendix A Statistical Tables 595 Appendix B Data Sets for Exercises 615 Appendix C Introduction to R 683 Bibliography 689 Index 697


Best Sellers


Product Details
  • ISBN-13: 9781394186693
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 231 mm
  • No of Pages: 736
  • Returnable: N
  • Weight: 1232 gr
  • ISBN-10: 139418669X
  • Publisher Date: 22 Jul 2024
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 33 mm
  • Width: 122 mm


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!