Analysis of Integrated and Co-integrated Time Series with R (Use R)
โ Scribed by Bernhard Pfaff
- Year
- 2008
- Tongue
- English
- Leaves
- 189
- Edition
- 2nd
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
This book is designed for self study. The reader can apply the theoretical concepts directly within R by following the examples.
โฆ Table of Contents
front-matter......Page 1
01Univariate Analysis of Stationary Time Series......Page 19
02 Multivariate Analysis of Stationary Time Series......Page 38
03 Non-stationary Time Series......Page 67
04 Cointegration......Page 86
05 Testing for the Order of Integration......Page 101
06 Further Considerations......Page 116
07 Single-Equation Methods......Page 128
08 Multiple-Equation Methods......Page 135
back-matter......Page 166
๐ SIMILAR VOLUMES
<p><P>The analysis of integrated and co-integrated time series can be considered as the main methodology employed in applied econometrics. This book not only introduces the reader to this topic but enables him to conduct the various unit root tests and co-integration methods on his own by utilizing
This book is designed for self study. The reader can apply the theoretical concepts directly within R by following the examples.
Build efficient forecasting models using traditional time series models and machine learning algorithms. Key Features Perform time series analysis and forecasting using R packages such as Forecast and h2o Develop models and find patterns to create visualizations using the TSstudio and plotly package
This book gives you a step-by-step introduction to analysing time series using the open source software R. Each time series model is motivated with practical applications, and is defined in mathematical notation. Once the model has been introduced it is used to generate synthetic data, using R code,