Test whether matrixes are equal

  • Thread starter Thread starter fer2000
  • Start date Start date
  • Tags Tags
    Test
fer2000
Messages
7
Reaction score
0
Hello everybody!

I have a large set of items and, two-by-two, there exists some kind of attraction/repulsion that I have measured.
Under different circumstances this attraction/repulsion changes.
So, what kind of statistical/mathematical procedure can I use to test whether the changes (for the whole set) are “large/small”?
If I want to test whether in a subset of them (lets say the first ten items) the attraction is larger than in another subset (lets say the last ten items), how can I do it?.

Thanks in advance
 
Physics news on Phys.org
1) If A is your set of n items, For (a1, a2) in AxA and a date t in R, att(a1, a2, t) in R gives the attraction (>0) or repulsion (<0) between a1 and a2 at date t.

Build a vector V in AxA that spans all possible (a1, a2) with a1 and a2 both in A. V = (v1, ..., vn*n).

Now for each t in R, you can define Wt in R^(n*n) so that Wt = (w1, ..., wn*n) and for i in [1; n*n], wi = att(ax, ay, t) with vi = (ax, ay).

A metric to reveal the attraction changes can be a distance on R^(n*n).It will tell you how far apart are two elements Wt1 and Wt2: how big was the interaction change.

2) For the second part you fix t.
Instead of a vector V you build a matrix M with an element of A indexing each column and an element of A indexing each row, and the distance between these elements in the cases.
M is in Rn,n.
You take the PCA of M and you make sure the eigenvalues are > 0. The eigenvalues you end up with represent principal attractions in the whole set. For each principal attraction, the corresponding eigenvector is a linear combination of some items, and the coefficient for each item in this linear combination tells you to what extent this item is concerned by this attraction, and in which direction (if the coef is <0 the item is repulsed).

So the items present in the eigenvalue corresponding to the largest eigenvector are those who interact the most, and among them the ones with the biggest coefficient are the ones that contribute the most to this interaction.

Note well: this is merely intuitive and I didn't prove anything..
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top