I am checking the accuracy of one device that finds the heart rate against the other device that gives correct measurements. Specifically, I have performed an experiment on a group of people. I used both device 1 and device 2 simultaneously on the each person and collected 7 values. Having 10 participants, I have in total 70 values for each device. I placed the data from all participants together and I have two columns, one for each device, of 70 values.
Now, I need to compare the two set of values to find whether they are significantly different or not. I am not sure what test to use here.
If I use the t-test, which one should I use? Paired, Two Samples assuming equal Variances or Two samples assuming unequal variances?
I am a bit confused.