02-02-2004, 08:14 PM
|
#4774
|
|
Moderator
Join Date: Mar 2003
Location: i put on my robe and wizard hat
Posts: 4,838
|
Super Bowl and SB Contest
Quote:
Originally posted by pretermitted_child
It looks like your algorithm does not distinguish the following case:
Actual Score: NE: 32; CAR: 29
Entry#1: NE: 30; CAR: 24
Entry#2: NE: 34; CAR: 24
The calculation for Entry #1, according to your algorithm, would be: (32-30)^2 + (29-24)^2 = 2^2 + 5^5 = 29
And the calculation for Entry #2 would be: (32-34)^2 + (29-24)^2 = (-2)^2 + 5^5 = 29
This is why, as I had mentioned in my post on the superbowl contest thread, that you need an additional metric for accuracy -- I chose the absolute value of the difference between your guess for the point difference and the actual point difference. In this case, the point difference in the actual game is 3 (=32-29) (which, in some ways, indicates that the teams were evenly matched; a higher point difference would, presumably, indicate the opposite). The point difference for Entry #1 would be 6 (=30-24), while that of Entry #2 would be 10 (=34-24). Thus, under my algorithm, Entry #1 would win, which, I think, is a fairer result.
As for the sum of squares method in general, it penalizes guessing in a non-linear manner. This is why I suggested using absolute values.
Edited for spelling and a missing comma.
|
Pre,
This is exactly why I said I was afraid of you. But, I still like playing the poker with you...it's so revealing of your personality!
Your internet pal (scared pal),
Flinty
__________________
I'm going to become rich and famous after I invent a device that allows you to stab people in the face over the internet.
|
|
|