Hasse diagram of the 2008 Olympic medal table
21–30 of 37 posts
Re: Hasse diagram of the 2008 Olympic medal table
#22Neat. Has anyone created the diagram for 2012, 2016, or other historical Olympics?
Re: Hasse diagram of the 2008 Olympic medal table
#23> Different people have different conventions for how to rank the Olympic medal results. The newspaper in my country sometimes used another method, where they divide the medal count by the population of the country. In 2008 that put Jamaica at the top, followed by New Zealand. Both China and the U.S. were well down in the chart.
Re: Hasse diagram of the 2008 Olympic medal table
#24GM_of_Team A > GM_of_Team B iff (endofseason_ranking (A) > endofseason_ranking(B)) and (budget(A) So this would capture how much "bang for the buck" a GM is getting. I did it for a couple of years, and not surprisingly, there's quite a bit of year-to-year variability. Teams go through cycles where they increase the budget to capitalize on a favorable situation, but then they get saddled with bad contracts and are disadvantaged in the draft, etc. Still, if you do this over the long term, there could some teams/GMs that are consistently good.
I remember that my first attempt generated really busy diagrams because the ordering is transitive, so if you simply draw an arrow whenever the ordering holds you end up with the transitive closure. A couple of hacks later (basically, add a test to check if this ordering can be obtained by triangulation, and if so, don't display it) I managed to end with the same kind of diagram as the OP.
Re: Hasse diagram of the 2008 Olympic medal table
#25Earlier quoted context omitted.
You're correct, and on this particular example you can see the problem immediately: is France in the same "rank" as Korea or Italy? Neither, the question is ill-posed.
since france isn't connected by arrow to korea, or vice-versa, the article rightly says you can't determine who'se ranked higher. you have (13>7, 23=23,31<40) in this case. you clearly want the first inequality to prevail.
Your ordinal rank is essentially a question of "how many teams are ranked above this one". ie US and China are both 0, Russia is 1 because there is no 1 otherwise, GBR is 2, AUS/GER are tied for 3, Korea and France are 4, and Italy and Japan are 5. But there's no way to claim that Italy and Japan should be below France.
Re: Hasse diagram of the 2008 Olympic medal table
#26Earlier quoted context omitted.
You're correct, and on this particular example you can see the problem immediately: is France in the same "rank" as Korea or Italy? Neither, the question is ill-posed.
since france isn't connected by arrow to korea, or vice-versa, the article rightly says you can't determine who'se ranked higher. you have (13>7, 23=23,31<40) in this case. you clearly want the first inequality to prevail.
Re: Hasse diagram of the 2008 Olympic medal table
#27Earlier quoted context omitted.
since france isn't connected by arrow to korea, or vice-versa, the article rightly says you can't determine who'se ranked higher. you have (13>7, 23=23,31<40) in this case. you clearly want the first inequality to prevail.
I think you've missed the point that willun is making. It's in general impossible to assign a numeric "rank" to a partially ordered set such that the rank(A) > rank(B) iff A > B and rank(A) = rank(B) iff A is incomparable to B. I'm pointing out a concrete example where you cannot assign a rank to France that is consistent with the rank of Italy and the rank of Korea. Since France is incomparable to both Italy and Kor…
Re: Hasse diagram of the 2008 Olympic medal table
#28Earlier quoted context omitted.
You're correct, and on this particular example you can see the problem immediately: is France in the same "rank" as Korea or Italy? Neither, the question is ill-posed.
since france isn't connected by arrow to korea, or vice-versa, the article rightly says you can't determine who'se ranked higher. you have (13>7, 23=23,31<40) in this case. you clearly want the first inequality to prevail.
Re: Hasse diagram of the 2008 Olympic medal table
#29Re: Hasse diagram of the 2008 Olympic medal table
#30why does allocating "pi^2 for a gold, pi for a silver and 1 for a bronze" mean "there could never be any tie in the total scores except when two countries had exactly the same medal counts in all three categories"?