Week 10: Time Series (Jeanette Mumford)
Jeanette Mumford will be speaking about time series analysis. Jeanette is a research assistant professor in the Department of Psychology. Much of her work involves the statistical analysis of functional magnetic resonance imaging (fMRI) data. You can read more about her work on her website (http://mumford.fmripower.org/index.html).
To follow along with the class exercises, install the following:
# These are needed to install tseries completely
install.packages("tseries", dependencies="Depends")
install.packages("quadprog", dependencies="Depends")
install.packages("zoo", dependencies="Depends")
#These are needed to install fUnitRoots completely
install.packages("fUnitRoots", dependencies="Depends")
install.packages("fBasics", dependencies="Depends")
install.packages("stabledist", dependencies="Depends")
# These are needed for forecast
install.packages("forecast", dependencies="Depends")
install.packages("colorspace", dependencies="Depends")
install.packages("fracdiff", dependencies="Depends")
install.packages("Rcpp", dependencies="Depends")
install.packages("RcppArmadillo", dependencies="Depends")
Lecture Slides:
Data Sets:
southern_oscilation_index_nice.txt
R Code:
Paper on Southern Oscillation Index and Rainfall:
References:
a-little-book-of-r-for-time-series.pdf
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache. If you require further assistance, please email wikihelp@utexas.edu.