I'll be really grateful to anyone who can help with this!
I have two time series representing an index of average house prices in area A and area B, for each month over several years. Example data look like this:
Area A B
Jan 00 100 100
Feb 00 104 105
Mar 00 105 105
Apr 00 106 105
..and so on
I wish to test if area A has a different rate of growth to area B. The
null hypothesis is that there is no difference. I have tested this by
calculating the difference between area A and area B for each month (i.e. A-B), and then performing a paired-values t-test. My concern with this is that because these indices represent average house prices in two separate areas we shouldn't really use a paired t-test: this isn't data from the same sample before and after a treatment, it's data from two different groups.
Really what I'm trying to do is say "do the line graphs of these two areas, when we plot index against time, look similar enough", but with a statistical test.
Many, many thanks!
Tags: