Introductory Time Series with R
Abstract
R has a command line interface that offers considerable advantages over menu
systems in terms of efficiency and speed once the commands are known and the
language understood. However, the command line system can be daunting for
the first-time user, so there is a need for concise texts to enable the student or
analyst to make progress with R in their area of study. This book aims to fulfil
that need in the area of time series to enable the non-specialist to progress,
at a fairly quick pace, to a level where they can confidently apply a range of
time series methods to a variety of data sets. The book assumes the reader
has a knowledge typical of a first-year university statistics course and is based
around lecture notes from a range of time series courses that we have taught
over the last twenty years. Some of this material has been delivered to postgraduate
finance students during a concentrated six-week course and was well
received, so a selection of the material could be mastered in a concentrated
course, although in general it would be more suited to being spread over a
complete semester.
The book is based around practical applications and generally follows a
similar format for each time series model being studied. First, there is an
introductory motivational section that describes practical reasons why the
model may be needed. Second, the model is described and defined in mathematical
notation. The model is then used to simulate synthetic data using
R code that closely reflects the model definition and then fitted to the synthetic
data to recover the underlying model parameters. Finally, the model
is fitted to an example historical data set and appropriate diagnostic plots
given. By using R, the whole procedure can be reproduced by the reader,
and it is recommended that students work through most of the examples.1
Mathematical derivations are provided in separate frames and starred sec-applications. At the end of each chapter, a concise summary of the R commands
that were used is given followed by exercises. All data sets used in
the book, and solutions to the odd numbered exercises, are available on the
website http://www.massey.ac.nz/ pscowper/ts.