Forecasting: principles and practice
Title | Forecasting: principles and practice PDF eBook |
Author | Rob J Hyndman |
Publisher | OTexts |
Pages | 380 |
Release | 2018-05-08 |
Genre | Business & Economics |
ISBN | 0987507117 |
Forecasting is required in many situations. Stocking an inventory may require forecasts of demand months in advance. Telecommunication routing requires traffic forecasts a few minutes ahead. Whatever the circumstances or time horizons involved, forecasting is an important aid in effective and efficient planning. This textbook provides a comprehensive introduction to forecasting methods and presents enough information about each method for readers to use them sensibly.
Forecasting
Title | Forecasting PDF eBook |
Author | Rob J Hyndman |
Publisher | Otexts |
Pages | 442 |
Release | 2021-05-31 |
Genre | |
ISBN | 9780987507136 |
Forecasting is required in many situations. Deciding whether to build another power generation plant in the next five years requires forecasts of future demand. Scheduling staff in a call centre next week requires forecasts of call volumes. Stocking an inventory requires forecasts of stock requirements. Telecommunication routing requires traffic forecasts a few minutes ahead. Whatever the circumstances or time horizons involved, forecasting is an important aid in effective and efficient planning. This textbook provides a comprehensive introduction to forecasting methods and presents enough information about each method for readers to use them sensibly. Examples use R with many data sets taken from the authors' own consulting experience. In this third edition, all chapters have been updated to cover the latest research and forecasting methods. One new chapter has been added on time series features. The latest version of the book is freely available online at http: //OTexts.com/fpp3.
Forecasting
Title | Forecasting PDF eBook |
Author | Rob J. Hyndman |
Publisher | Otexts |
Pages | 292 |
Release | 2013-10 |
Genre | Business forecasting |
ISBN | 9780987507105 |
"A comprehensive introduction to the latest forecasting methods using R. Learn to improve your forecast accuracy using dozens of real data examples." --cover.
Time Series Prediction
Title | Time Series Prediction PDF eBook |
Author | Andreas S. Weigend |
Publisher | Routledge |
Pages | 665 |
Release | 2018-05-04 |
Genre | Social Science |
ISBN | 042997227X |
The book is a summary of a time series forecasting competition that was held a number of years ago. It aims to provide a snapshot of the range of new techniques that are used to study time series, both as a reference for experts and as a guide for novices.
Practical Time Series Analysis
Title | Practical Time Series Analysis PDF eBook |
Author | Aileen Nielsen |
Publisher | O'Reilly Media |
Pages | 500 |
Release | 2019-09-20 |
Genre | Computers |
ISBN | 1492041629 |
Time series data analysis is increasingly important due to the massive production of such data through the internet of things, the digitalization of healthcare, and the rise of smart cities. As continuous monitoring and data collection become more common, the need for competent time series analysis with both statistical and machine learning techniques will increase. Covering innovations in time series data analysis and use cases from the real world, this practical guide will help you solve the most common data engineering and analysis challengesin time series, using both traditional statistical and modern machine learning techniques. Author Aileen Nielsen offers an accessible, well-rounded introduction to time series in both R and Python that will have data scientists, software engineers, and researchers up and running quickly. You’ll get the guidance you need to confidently: Find and wrangle time series data Undertake exploratory time series data analysis Store temporal data Simulate time series data Generate and select features for a time series Measure error Forecast and classify time series with machine or deep learning Evaluate accuracy and performance
Introduction to Time Series and Forecasting
Title | Introduction to Time Series and Forecasting PDF eBook |
Author | Peter J. Brockwell |
Publisher | Springer Science & Business Media |
Pages | 429 |
Release | 2013-03-14 |
Genre | Mathematics |
ISBN | 1475725264 |
Some of the key mathematical results are stated without proof in order to make the underlying theory acccessible to a wider audience. The book assumes a knowledge only of basic calculus, matrix algebra, and elementary statistics. The emphasis is on methods and the analysis of data sets. The logic and tools of model-building for stationary and non-stationary time series are developed in detail and numerous exercises, many of which make use of the included computer package, provide the reader with ample opportunity to develop skills in this area. The core of the book covers stationary processes, ARMA and ARIMA processes, multivariate time series and state-space models, with an optional chapter on spectral analysis. Additional topics include harmonic regression, the Burg and Hannan-Rissanen algorithms, unit roots, regression with ARMA errors, structural models, the EM algorithm, generalized state-space models with applications to time series of count data, exponential smoothing, the Holt-Winters and ARAR forecasting algorithms, transfer function models and intervention analysis. Brief introducitons are also given to cointegration and to non-linear, continuous-time and long-memory models. The time series package included in the back of the book is a slightly modified version of the package ITSM, published separately as ITSM for Windows, by Springer-Verlag, 1994. It does not handle such large data sets as ITSM for Windows, but like the latter, runs on IBM-PC compatible computers under either DOS or Windows (version 3.1 or later). The programs are all menu-driven so that the reader can immediately apply the techniques in the book to time series data, with a minimal investment of time in the computational and algorithmic aspects of the analysis.
Introduction to Time Series Forecasting With Python
Title | Introduction to Time Series Forecasting With Python PDF eBook |
Author | Jason Brownlee |
Publisher | Machine Learning Mastery |
Pages | 359 |
Release | 2017-02-16 |
Genre | Mathematics |
ISBN |
Time series forecasting is different from other machine learning problems. The key difference is the fixed sequence of observations and the constraints and additional structure this provides. In this Ebook, finally cut through the math and specialized methods for time series forecasting. Using clear explanations, standard Python libraries and step-by-step tutorials you will discover how to load and prepare data, evaluate model skill, and implement forecasting models for time series data.