Published June 2009
Material on this web page | ||
---|---|---|
About the Book | Contents | |
Answers to Selected Exercises | Data Sets | |
R Scripts | Known Errata |
Yearly global mean temperature and ocean levels, daily share prices, and the signals transmitted back to Earth by the Voyager space craft are all examples of sequential observations over time known as time series. This book gives you a step-by-step introduction to analysing time series using the open source software R, which can be downloaded free of charge from: http://www.r-project.org.
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, and these generated data are then used to estimate its parameters. This sequence enhances understanding of both the model and the R function used to fit the model to data. Finally, the model is applied to an observed series of data. By using R, the whole procedure can be reproduced by the reader.
The book is written for undergraduate students of mathematics, economics, business and finance, geography, engineering and related disciplines, and postgraduate students who may need to analyse time series as part of their taught programme or their research.
Paul Cowpertwait (p.s.cowpertwait@massey.ac.nz) is a senior lecturer in statistics at Massey University with a substantial research record in both the theory and applications of time series and stochastic models. Andrew Metcalfe (andrew.metcalfe@adelaide.edu.au) is an associate professor in the School of Mathematical Sciences at the University of Adelaide, and an author of six statistics textbooks and numerous research papers. Both authors have extensive experience of teaching time series to students at all levels.
|
Data listed here are for teaching/research only and can be downloaded free of charge from various sites via the internet. The sources are various, including R, the Climatic Research Unit (University of East Anglia), Rob Hyndman's Time Series library, the Pacific Exchange Rate Service, the United Nations Framework Convention on Climate Change, and the Australian Bureaux of Statistics. We are grateful to these organisations and people for making their data available. Please let us know if you find your data here without a suitable acknowledgement. The chapter in which the data set first appears is shown first.
The longer R scripts that appear in the text are available in the link below.
R Scripts |
Errata |
Solutions |