2

I'm trying to analyze a set of 15 paired samples. The elements of each pair are results of a measurement that produces a scalar value. The first measurement of the pair was done in presence of some factor (let's call it $A$), whereas the second was done in its absence. I'm looking for a method to infer whether $A$ has an impact on the results or not.

The only usable method that I know of is the paired sample t-test for mean values, with the null hypothesis $H_0: \mu_1 = \mu_2$. With $H_0$ formulated in this way, the test yields a meaningful result only if there exists a difference that could be attributed to $A$ (i.e. when $H_0$ is rejected). In my case though, it makes more sense to use a test that is meaningful if $A$ has no impact on the result. That is, my $H_0$ should be $\mu_1 \neq \mu_2$, or maybe $|\mu_1 - \mu_2| \leq \delta$, where $\delta$ is the absolute value of some sufficiently small difference.

Does anyone know how can I adapt the paired sample t-test to my needs, or what other methods can I use instead?

gung - Reinstate Monica
  • 132,789
  • 81
  • 357
  • 650
n-hedus
  • 21
  • 1
  • 1
    Related: [Why do statisticians say a non-significant result means “you can't reject the null” as opposed to accepting the null hypothesis?](https://stats.stackexchange.com/q/85903/7290) – gung - Reinstate Monica May 01 '17 at 16:17
  • my intuition is that no such test exists... when you are using the paired sample t-test you are saying that the difference in two means follows a t-distbiution assuming they are equal...I don't think there is any distribution that the difference of two different means would follow – user2879934 May 01 '17 at 16:29
  • This may help https://stats.stackexchange.com/questions/3038/how-to-test-hypothesis-of-no-group-differences – Jeremy Voisey May 01 '17 at 17:37

0 Answers0