Testing Equality of Time Series: Statistical Analysis for Comparison

Click For Summary
SUMMARY

This discussion focuses on testing the statistical equality of two time series, each containing 30 elements. Key methods mentioned include the t-test for equality of means and the Kolmogorov-Smirnov test for equality of distributions. Additionally, the Gini coefficient is suggested as a method to assess whether the difference between the two series equals zero. The conversation emphasizes the complexity of testing for distributional equality compared to mean equality.

PREREQUISITES
  • Understanding of statistical tests, specifically t-tests and Kolmogorov-Smirnov tests.
  • Familiarity with the concept of order statistics in statistical analysis.
  • Knowledge of the Gini coefficient and its application in statistical testing.
  • Basic algebra for deriving distributions of differences between order statistics.
NEXT STEPS
  • Research the implementation of t-tests for comparing means in time series data.
  • Learn about the Kolmogorov-Smirnov test and its application for testing equality of distributions.
  • Study the Gini coefficient and its statistical significance in comparing distributions.
  • Explore the derivation of distributions for differences between order statistics in time series analysis.
USEFUL FOR

Statisticians, data analysts, and researchers involved in time series analysis and statistical testing for equality of distributions.

kylemacr
Messages
1
Reaction score
0
Hi All,

I've searched the web up and down, and a few textbooks, all to no avail.

I have two time series (of 30 elements each), and I'd like to test if they are statistically different from each other (I suppose this could be reworded as, "are they equal" or "is their difference statistically different from zero"). I can't for the life of me figure out how to do that.

any ideas?

Thanks!
 
Physics news on Phys.org
kylemacr said:
Hi All,

I've searched the web up and down, and a few textbooks, all to no avail.

I have two time series (of 30 elements each), and I'd like to test if they are statistically different from each other (I suppose this could be reworded as, "are they equal" or "is their difference statistically different from zero"). I can't for the life of me figure out how to do that.

any ideas?

Thanks!

Hire a statistician?
 
What kind of equality? See http://en.wikipedia.org/wiki/Random_variable#Equivalence_of_random_variables

"Equality of means" is relatively easy to test (e.g. t-test). "Equality of distributions" is harder, although I can think of the following:

1. You can study tests for equivalence of distributions, such as http://www.lesn.appstate.edu/olson/stat_directory/Statistical%20procedures/Chi_square/Chi_square_test_for_equality_of_distributions.htm or Kolmogorov-Smirnov.

2. You can calculate the Gini coefficient then test whether it equals zero. (This may be a version of the K-S test.)

3. If you know their distributions, you can express each series as 30 successive order statistics, and jointly test their equivalence for as many orders as your degrees of freedom will let you. You'll need to derive the distribution of the difference between two order statistics, X(k) - Y(k), for k = 1 through 30, which can take some algebraic work.
 
Last edited by a moderator:

Similar threads

  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K