Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am reviewing my time series knowledge and looking for a document that has the commonly-used time series tests, what they are used for, how to use them, etc. e.g. Augmented Dickey–Fuller test, PACF tests, etc.

I found a wikipedia page of common statistical tests, but I am looking for a list of such that is specific for time series analysis.

http://en.wikipedia.org/wiki/Statistical_hypothesis_testing#Common_test_statistics

Thanks!

share|improve this question
4  
Why not just refer to one of the many available textbooks on time series? They should provide descriptions of most of the tests that you aare interested in. – Michael Chernick Jun 18 '12 at 3:42

1 Answer

up vote 0 down vote accepted

I think the Time Series task view in R and this list of time series functions will get you most of the way there.

Just read the corresponding documentation to learn how to use them. As Michael mentioned, there are many books that describe these methods in depth.

http://cran.r-project.org/doc/contrib/Ricci-refcard-ts.pdf

http://cran.r-project.org/web/views/TimeSeries.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.