I have performed PCA in my dataset. The first 3 components explain 90% variance of the data points. Can I add these principle components to get a score?
SCORE = PC1+PC2+PC3
For example, all my features are related to the liquidity of bank customers. In theory, the principle components will try to find the variance between the data points. And the variance will be based on the features I used (i.e Liquidity). Let's say the highest and lowest scores I obtained by adding PCs are 5 and 10. Will the customer having score of 5 and the customer having a score of 10 mean they are the most liquid and the least liquid customers (or vice versa)? Does this score mean anything?