Let's assume that we have 2 random vectors A=(a1,a2,a3) and B=(b1,b2,b3). Each of these elements is a centrality measure of a network. For instance a1 and b1 are the centrality measures of the same network for nodes A and B respectively. a2 and b2 are the centrality measure of another network for nodes A and B and so forth.
Now, I want to obtain a single value between these two vectors that would show the correlation between them, but the issue is that I don't know how to construct it to actually be meaningful. I thought of using Pearson correlation coefficient but I'm not sure how to interpret it, so I'm looking for a tool that would give me insight about the correlation of these two random vectors. Please refer any papers, resources, ... that you think are applicable.
Ps. This is just a simple example, I have 20 vectors each with 50 elements.
Thank you in advance.