New Reply

Create composite ranking of items ranked in multiple categories - Really simple math!

 
Share Thread Thread Tools
Dec19-12, 10:47 AM   #1
 

Create composite ranking of items ranked in multiple categories - Really simple math!


Hey all,

So the idea is that I'm trying to create a composite ranking system of items that are already in different categories. For example, suppose there are 4 houses that a buyer is choosing from. These 4 houses are ranked 1-4 in each of the categories such as affordability, location, and design. These categories are then rated Very Important to Not Important (1-4, respectively). I want to create a final ranking of the housings based on this data. What's the best way to do this?

What I've thought of:

Pick a house, and multiply its ranking in a category by the importance of that category. Continue to do this for that house for each category, continuing to add to the score. Then divide this score by the maximum score which is the summation of the importance values. Then finally multiply this by 100 to get a percentage match score.

Here's the idea:
Ʃ(house ranking in a category*importance of that category)/Ʃ(importances) * 100

I feel like this is too simplistic and results in error. What would be a better way?

The important thing is coming up with a relevant score value for each house. I've looked at Borda, Condorcet, and Range systems as examples, but I'm not sure what is best.
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Dec19-12, 11:54 AM   #2
 
Ʃ(house ranking in a category*importance of that category) does all the work.
The rest is just 'normalization' - scaling for convenience.

With this scheme the lower the score the better:
A house ranked #1 in all 4 categories would have a score of 10.
A house ranked #4 in all 4 categories would have a score of 40.
Dec19-12, 02:05 PM   #3
 
Quote by unam1292 View Post
The important thing is coming up with a relevant score value for each house. I've looked at Borda, Condorcet, and Range systems as examples, but I'm not sure what is best.
Why don't you evaluate the Borda, Condorcet and Range systems according to a set of attributes, rank those attributes for importance and then select the system that scores best?
New Reply
Thread Tools


Similar Threads for: Create composite ranking of items ranked in multiple categories - Really simple math!
Thread Forum Replies
Multiple regression, why use categories Set Theory, Logic, Probability, Statistics 1
can collision of two protons create multiple antiprotons ? High Energy, Nuclear, Particle Physics 2
Method for ranking multiple items based on a population of rankings? Set Theory, Logic, Probability, Statistics 2
9v Batteries Powering Multiple Items Electrical Engineering 3