PDA

View Full Version : Stats Project


colby2152
Dec19-07, 04:15 PM
I want to test a series of 36 time periods and 10 data points for each one of those periods. The goal is to see which data points have the biggest effect on change from one period to the next.

I thought Chi-Square was the way to go, but I do not have any expected frequencies here. Regression analysis is more of a prediction/forecasting model? What statistical model should I use here?

EnumaElish
Dec19-07, 06:07 PM
A decent stats package will provide outlier detection as part of their basic regression subroutine.

For SAS, see:http://www2.sas.com/proceedings/sugi24/Infovis/p161-24.pdf and http://www2.tltc.ttu.edu/westfall/images/5349/outliers_what_to_do.htm

Your regression model could be y(i, t) = a + b y(i, t-1) where y(i,t) (i = 1, ..., 10) corresponds to the 10 different observations in period t. (Similarly for t-1.)