Hypothesis test for the difference of the difference of means?

AI Thread Summary
To test whether μ2 - μ1 equals μ3 - μ2 with 99% confidence, a standard ANOVA test is not sufficient as it assesses if all means are equal rather than specific differences. Instead, a two-step approach can be employed: first, calculate the means of the samples and their differences, then use a statistical test like the t-test or a custom hypothesis test to compare the specific differences. This involves checking if the difference between the first two means is statistically equal to the difference between the second and third means. The discussion highlights the need for a tailored statistical method to address the specific hypothesis rather than relying solely on ANOVA. Understanding the appropriate statistical tests is crucial for accurately interpreting the results.
CaptainP
Messages
11
Reaction score
0
Hello all,

Consider 3 different samples. Each sample is independent.

1: 23, 25, 21, 22, 21, 22, 20, 23, 19, 22, 19, 21
2: 28, 27, 27, 29, 26, 29, 27, 30, 28, 27, 26, 29
3: 23, 20, 25, 21, 22, 23, 21, 20, 19, 20, 22, 21

I am being asked to test whether μ2 - μ1 = μ3 - μ2 with 99% confidence. How am I meant to perform this test? I know how to test for the difference of means, that's quite simple, but how does one test for the difference of differences?
 
Physics news on Phys.org
ANOVA tests whether the means of all samples are the same, so in this case an ANOVA test would test whether μ1 = μ2 = μ3. I need something rather different, testing whether the differences between specific pairs are equal.
 
Sorry I misread the post.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top