4

In the book: "Essentials of Statistics for Business & Economics", the part about matched sample t-test, I see that it uses the two-tailed t-stat. However, instead of stating the null and alternate hypotheses as "equal 0" and "not equal 0", it sets: "H0 d <= 0" and "H1: d > 0", which seems like a one-tailed test. I'm wondering whether this is correct?

kjetil b halvorsen
  • 63,378
  • 26
  • 142
  • 467
TimD
  • 41
  • 1

1 Answers1

0

Then the book has a mistake. A two-sided t-test has $H_0: d = 0$ and $H_a: d \ne0$.

(I assume that $d = \mu_1 - \mu_2$ or $d = \mu_2 - \mu_1$.)

Dave
  • 28,473
  • 4
  • 52
  • 104