Imagine I have two groups of signals A and B having three samples each.
How can I find out whether there is a statistically significant “phase difference” between groups A and B?
A1 = [1 3 -1 2];
A2 = [1 3 -2 3];
A3 = [1 4 -3 4];
B1 = [2 3 -1 5];
B2 = [2 4 -2 6];
B3 = [2 4 -4 5];