I have a simple question. I'm not sure which one to use, whether it should be one tailed or two tailed test.
I have two sets of data - any type of measurements. First test is in perfect conditions and the second one is where the measurements are slightly different, some noise has been introduced. Comparing two second set of data to the first one I need to answer the following questions:
- Is the mean value of the second data significantly different?
- Is the second data significantly nosier?
For the first one I decided to use two-tailed t-test to compare the means, the reason why I chose two tailed test is the fact that we are not asked whether one is higher/lower/better than the other.
However with the second question I've got a little dilemma. I want to use F-Test to compare the variances, but I am slightly confused in deciding, which one to use - two or one tailed test? I think it should be one tailed test, as I am testing whether the second data is worse than the first one, what that means I am checking whether the variance in the second one is a lot higher. Am I correct or am I misunderstanding something here? Thank you.