Can a Paired Two Sample T Test Reveal Significant Changes in Flux over 8 Hours?

  • Thread starter Thread starter leonmate
  • Start date Start date
  • Tags Tags
    Test
leonmate
Messages
81
Reaction score
1
Hi, physics undergrad here with bad statistics skills!

I'm working on my 3rd year project and I need to do some statistical analysis. First, I'll paint the scene:

We have a number of tables, each of 10,000+ sources taken from the space telescope Herschel. They have had their flux measured at two time intervals ~ 8 hours apart. For each source I had flux1, flux2 and each data point has an error. So my table looks like:

| Flux_1 | Err_1 | Flux_2 | Err_2 |
(lots of data)

I need to run a paired two sample t test (I believe) on this data to see if any sources have significant changes in flux over the 8 hour period.

I've been looking at two sample t tests everywhere and I can't seem to find an example that has errors associated with each value taken.

I was hoping someone could shine some light on the situation that I'm in. And perhaps drop some hints on how I would implement running the tests on each data point. Excel or Python, maybe something easier?

Thanks,

Leon
 
Physics news on Phys.org
It sounds to me like you are looking to conduct 10,000+ independent comparisons.
H0 : Flux1_i-Flux2_i = 0
H1 : |Flux1_i - Flux2_i|>0
If the errors are similar, then it is best to average the error for your test. Assuming your error term is the standard error (S), and based on the same number of observations in the system, then you can use:
##S^2_p = \frac{S_1^2 + S_2^2}{2}##
##t_0 = \frac{Flux_1 - Flux_2}{\sqrt{S^2_p/2}}##

The other option would be to ignore the error term and just compare the observations. This might be prudent if the errors are relatively small compared to the observations.
Doing that would follow the standard process form paired tests, where you are testing the pairwise difference against the mean difference of the total sample.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top