Syllabus.
Statistics 221: Time Series Analysis, Prof. Rick Paik Schoenberg.
Lectures: Tues, Thur 12:30-1:45pm, Boelter 5422.
Text: Time Series Analysis and Its Applications, With R Examples, 2nd edition
by R. Shumway and D. Stoffer. Springer, NY, 2006.
There may also be supplemental readings distributed in class.
Office hours: Tuesdays, 10-11am, MS 8965. Or by email appointment.
email: frederic@stat.ucla.edu
Course webpage:
http://www.stat.ucla.edu/~frederic/221/F06
Statistics 221 will explore the methods used in the analysis of
numerical time series data. The course will be both theoretical and
applied. Students will learn standard concepts in temporal and frequency
analysis, followed by some more recent topics such as wavelets and chaos.
Examples will be provided throughout the instruction of the course, and
students will implement the techniques discussed in class, using real data
sets. Dedicated students should come away with an in-depth understanding
of statistical concepts related to time series, as well as a thorough
comprehension of how and when
to implement various techniques in practice.
The course is designed for graduate students in statistics or
mathematics, and may also be taken by students from other disciplines
provided those students have sufficient mathematical and statistical
backgrounds.
Some experience in statistical computing is recommended.
A rough, preliminary outline of the class is given below.
1) Introduction (day 1)
a) terminology
b) examples
c) objectives
2) Descriptive techniques (week 1)
a) time plots & transformations
b) curve fitting
c) filtering
d) differences
e) periodic components
f) autocorrelation
3) Basic stochastic models (week 2-3)
a) white noise
b) random walks
c) AR
d) MA
e) ARMA
f) General linear models
4) Time domain analysis (weeks 4-5)
a) correlogram
b) smoothing
c) Box-Jenkins approach
d) significance testing
e) residual analysis
f) nonparametric techniques
g) forecasting & linear prediction
5) Spectral analysis (weeks 6-7)
a) spectral density, spectrum
b) Fourier transform, FFT
c) periodogram
d) smoothing techniques
e) consistent estimation
f) confidence intervals
6) Examples and Implementation in R (weeks 7-8)
a) basic temporal analysis in R
b) Box-Jenkins estimation in R
b) Spectral estimation in R