When I have a list of persons (nodes) with the attributes:
REVENUE | LINKS
I can search for the people with most links and the people with most revenue. But when I want to know who has the highest "mixture" of both attribues: How can I do this?
That is: We have a ramdon variable $X_1$ for revenue and a random variable $X_2$ for links. I can order the data $\hat{X_1}$ and I can order the data $\hat{X_2}$. But I do not know how to order the list $(\hat{X_1}|\hat{X_2})$.
I have read that the Principal component analysis can be helpful, that is to say, that one can work with eigenvalues etc. to obtain a result. Nonetheless I do not know which steps I would need to follow.
I am new in that area and would like to know which is the best model for that purpose.
Thank you in advance for your help.