Let there are two individuals A, and B. Both walk in the same environment but different sessions. Their walking pattern is captured by accelerometer built into a smartphone. The accelerometer recorded the acceleration in three dimensions (x, y, z). Let Ax, Ay, Az represents the accelerations (sampled over time) in x, y, and z directions respectively for A. Similarly, Bx, By, Bz represents the accelerations in x, y, and z directions respectively for B.
Now, my question is what is the best way to compare the pair of signals, (Ax, Bx), (Ay, By), (Az, Bz)?
DTW? Statistical tests (which one)? Anything else?