Analyzing Time-Series Data: What Model to Use?

  • Context: Undergrad 
  • Thread starter Thread starter colby2152
  • Start date Start date
  • Tags Tags
    Data Model
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
colby2152
Messages
24
Reaction score
0
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?
 
on Phys.org
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.)
 
Last edited by a moderator: