Time Series Analysis and Forecasting by Example
eBook - ePub

Time Series Analysis and Forecasting by Example

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Time Series Analysis and Forecasting by Example

Book details
Book preview
Table of contents
Citations

About This Book

An intuition-based approach enables you to master time series analysis with ease

Time Series Analysis and Forecasting by Example provides the fundamental techniques in time series analysis using various examples. By introducing necessary theory through examples that showcase the discussed topics, the authors successfully help readers develop an intuitive understanding of seemingly complicated time series models and their implications.

The book presents methodologies for time series analysis in a simplified, example-based approach. Using graphics, the authors discuss each presented example in detail and explain the relevant theory while also focusing on the interpretation of results in data analysis. Following a discussion of why autocorrelation is often observed when data is collected in time, subsequent chapters explore related topics, including:

  • Graphical tools in time series analysis
  • Procedures for developing stationary, non-stationary, and seasonal models
  • How to choose the best time series model
  • Constant term and cancellation of terms in ARIMA models
  • Forecasting using transfer function-noise models

The final chapter is dedicated to key topics such as spurious relationships, autocorrelation in regression, and multiple time series. Throughout the book, real-world examples illustrate step-by-step procedures and instructions using statistical software packages such as SAS, JMP, Minitab, SCA, and R. A related Web site features PowerPoint slides to accompany each chapter as well as the book's data sets.

With its extensive use of graphics and examples to explain key concepts, Time Series Analysis and Forecasting by Example is an excellent book for courses on time series analysis at the upper-undergraduate and graduate levels. it also serves as a valuable resource for practitioners and researchers who carry out data and time series analysis in the fields of engineering, business, and economics.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Time Series Analysis and Forecasting by Example by Søren Bisgaard, Murat Kulahci in PDF and/or ePUB format, as well as other popular books in Mathematics & Probability & Statistics. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Wiley
Year
2011
ISBN
9781118056950
Edition
1
Chapter 1
Time Series Data: Examples and Basic Concepts
1.1 Introduction
In many fields of study, data is collected from a system (or as we would also like to call it a process) over time. This sequence of observations generates a time series such as the closing prices of the stock market, a country's unemployment rate, temperature readings of an industrial furnace, sea level changes in coastal regions, number of flu cases in a region, inventory levels at a production site, and so on. These are only a few examples of a myriad of cases where time series data is used to better understand the dynamics of a system and to make sensible forecasts about its future behavior.
Most physical processes exhibit inertia and do not change that quickly. This, combined with the sampling frequency, often makes consecutive observations correlated. Such correlation between consecutive observations is called autocorrelation. When the data is autocorrelated, most of the standard modeling methods based on the assumption of independent observations may become misleading or sometimes even useless. We therefore need to consider alternative methods that take into account the serial dependence in the data. This can be fairly easily achieved by employing time series models such as autoregressive integrated moving average (ARIMA) models. However, such models are usually difficult to understand from a practical point of view. What exactly do they mean? What are the practical implications of a given model and a specific set of parameters? In this book, our goal is to provide intuitive understanding of seemingly complicated time series models and their implications. We employ only the necessary amount of theory and attempt to present major concepts in time series analysis via numerous examples, some of which are quite well known in the literature.
1.2 Examples of Time Series Data
Examples of time series can be found in many different fields such as finance, economics, engineering, healthcare, and operations management, to name a few. Consider, for example, the gross national product (GNP) of the United States from 1947 to 2010 in Figure 1.1 where GNP shows a steady exponential increase over the years. However, there seems to be a “hiccup” toward the end of the period starting with the third quarter of 2008, which corresponds to the financial crisis that originated from the problems in the real estate market. Studying such macroeconomic indices, which are presented as time series, is crucial in identifying, for example, general trends in the national economy, impact of public policies, or influence of global economy.
Figure 1.1 GNP (nominal) of the United States from 1947 to 2010 (in billion dollars).
1.1
Speaking of problems with the real estate market, Figure 1.2 shows the median sales prices of houses in the United States from 1988 to the second quarter of 2010. One can argue that the signs of the upcoming crisis could be noticed as early as in 2007. However, the more crucial issue now is to find out what is going to happen next. Homeowners would like to know whether the value of their properties will fall further and similarly the buyers would like to know whether the market has hit the bottom yet. These forecasts may be possible with the use of appropriate models for this and many other macroeconomic time series data.
Figure 1.2 Median sales prices of houses in the United States.
1.2
Businesses are also interested in time series as in inventory and sales data. Figure 1.3 shows the well-known number of airline passengers data from 1949 to 1960, which will be discussed in greater detail in Chapter 5. On the basis of the cyclical travel patterns, we can see that the data exhibits a seasonal behavior. But we can also see an upward trend, suggesting that air travel is becoming more and more popular. Resource allocation and investment efforts in a company can greatly benefit from proper analysis of such data.
Figure 1.3 The number of airline passengers from 1949 to 1960.
1.3
In Figure 1.4, the quarterly dollar sales (in $1000) data of Marshall Field & Company for the period 1960 through 1975 also shows a seasonal pattern. The obvious increase in sales in the fourth quarter can certainly be attributed to Christmas shopping sprees. For inventory problems, for example, this type of data contains invaluable information. The data is taken from George Foster's Financial Statement Analysis (1978), where Foster uses this dataset in Chapter 4 to illustrate a number of statistical tools that are useful in accounting.
Figure 1.4 Quarterly dollar sales (in $1000) of Marshall Field & Company for the period 1960 through 1975.
1.4
In some cases, it may also be possible to identify certain leading indicators for the variables of interest. For example, building permit applications is a leading indicator for many sectors of the economy that are influenced by construction activities. In Figure 1.5, the leading indicator is shown in the top panel whereas the sales data is given at the bottom. They exhibit similar behavior; however, the important task is to find out whether there exists a lagged relationship between these two time series. If such a relationship exists, then from the current and past behavior of the leading indicator, it may be pos...

Table of contents

  1. Cover
  2. Series Page
  3. Title Page
  4. Copyright
  5. Dedication Page
  6. Preface
  7. Chapter 1: Time Series Data: Examples and Basic Concepts
  8. Chapter 2: Visualizing Time Series Data Structures: Graphical Tools
  9. Chapter 3: Stationary Models
  10. Chapter 4: Nonstationary Models
  11. Chapter 5: Seasonal Models
  12. Chapter 6: Time Series Model Selection
  13. Chapter 7: Additional Issues in Arima Models
  14. Chapter 8: Transfer Function Models
  15. Chapter 9: Additional Topics
  16. Appendix A: Datasets used in the Examples
  17. Appendix B: Datasets used in the Exercises
  18. Bibliography
  19. Wiley Series
  20. Index