Analyzing Time-Series Data: What Model to Use?

  • Thread starter colby2152
  • Start date
  • Tags
    Data Model
In summary, the conversation discusses the goal of testing 36 time periods with 10 data points each to determine the data points with the greatest impact on change from one period to the next. The speaker considers using Chi-Square but lacks expected frequencies. They also mention using regression analysis for prediction and suggest using a decent stats package for outlier detection. They provide a regression model y(i,t) = a + b y(i,t-1) for 10 observations in each period.
  • #1
colby2152
24
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?
 
Mathematics news on Phys.org
  • #2
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:
  • #3


There are a few different statistical models that could potentially be used to analyze this type of time-series data. The choice of model will depend on the specific goals and questions of your analysis, as well as the characteristics of your data.

One possible approach could be to use a regression model, as you mentioned. This would allow you to examine the relationship between your independent variable (data points) and your dependent variable (change from one period to the next). You could also use regression to make predictions about future changes based on your data.

Another option could be to use a time-series analysis model, such as ARIMA (Autoregressive Integrated Moving Average). This type of model is specifically designed for analyzing trends and patterns in time-series data. It takes into account the autocorrelation and seasonality of the data, which may be important in understanding the changes between periods.

Alternatively, you could also consider using a multivariate analysis approach, such as multivariate regression or multivariate time-series analysis. These models allow you to examine the relationship between multiple independent variables and your dependent variable, which could be useful if you have more than one data point that you believe may be influencing the change between periods.

Ultimately, the best model to use will depend on the specific goals and questions of your analysis, as well as the characteristics of your data. It may be helpful to consult with a statistician or data analyst to determine the most appropriate model for your particular research question.
 

FAQ: Analyzing Time-Series Data: What Model to Use?

What is time-series data?

Time-series data refers to a set of data points collected over a period of time, typically at regular intervals. It shows how a particular variable changes over time and can be used to analyze trends, patterns, and relationships.

Why is it important to analyze time-series data?

Analyzing time-series data allows us to understand how a particular variable changes over time and can help identify trends, patterns, and relationships. This information can be used to make predictions, identify potential issues, and inform decision-making.

What are some common models used for analyzing time-series data?

Some common models used for analyzing time-series data include ARIMA (Autoregressive Integrated Moving Average), exponential smoothing, and Holt-Winters method. These models take into account the past values of the variable to make predictions about future values.

How do I know which model to use for my time-series data?

Choosing the right model for your time-series data depends on various factors such as the type of data, the pattern of the data, and the purpose of the analysis. It is important to understand the characteristics of your data and consult with an expert if needed to determine the most suitable model.

What are some common challenges when analyzing time-series data?

Some common challenges when analyzing time-series data include dealing with missing data, outliers, and seasonality. It is important to address these challenges appropriately in order to obtain accurate and meaningful insights from the data.

Similar threads

Replies
1
Views
1K
Replies
8
Views
2K
Replies
3
Views
1K
Replies
5
Views
2K
Replies
2
Views
3K
Replies
12
Views
1K
Back
Top