chever
- 8
- 0
I have read that the statistic computed for the unpaired two sample t-test is:
t = \frac{\bar{x} - \bar{y}}{\sqrt{SEM_x + SEM_y}}
where:
SEM_x = \frac{\sigma^2_x}{n_x}
(and likewise for y).
Part of this makes sense: it is satisfactorily proven to me that that Var(\bar{x} - \bar{y}) = Var(\bar{x}) + Var(\bar{y}) when the two variables are independent. Then the denominator is the standard deviation of the term \bar{x} - \bar{y}). What doesn't make sense is that the numerator isn't normalized. In the one sample t-test, one computes:
t = \frac{\bar{x} - \mu_x}{\sqrt{SEM_x}}
so, here, \bar{x} is normalized with \mu_x. I don't see why this shouldn't also apply to the two-sample case. Can someone enlighten me?
t = \frac{\bar{x} - \bar{y}}{\sqrt{SEM_x + SEM_y}}
where:
SEM_x = \frac{\sigma^2_x}{n_x}
(and likewise for y).
Part of this makes sense: it is satisfactorily proven to me that that Var(\bar{x} - \bar{y}) = Var(\bar{x}) + Var(\bar{y}) when the two variables are independent. Then the denominator is the standard deviation of the term \bar{x} - \bar{y}). What doesn't make sense is that the numerator isn't normalized. In the one sample t-test, one computes:
t = \frac{\bar{x} - \mu_x}{\sqrt{SEM_x}}
so, here, \bar{x} is normalized with \mu_x. I don't see why this shouldn't also apply to the two-sample case. Can someone enlighten me?