Coders Bracket 2015

7

A year ago, I filled out my March Madness bracket using code: https://mediocre.com/forum/topics/code-bracket--because-science

The algorithm was based on the statistical winning percentage over the past 29 years of each seed broken down by round:

Seemed like a good idea in theory, but the results were just awful. I basically finished last in just about every pool I entered.

I still think the approach is valid, so I'm sticking with it this year but I'm making a small tweak that also takes into account the team's winning percentage (adjusted for strength of schedule using the Rating Percentage Index). Here's an example:

In the first round, 5th seeded Arkansas is playing 12th seeded Wofford. We know that in the first round the 5th seed wins 68% of the time. We also know that Arkansas has a winning percentage of 76.47% and an RPI of 0.6123. Wofford has a winning percentage of 81.25% and an RPI of 0.5744.

We calculate Arkansas' percentage chance of winning at:

68 + (((0.7647 * 0.6123) - (0.8125 * 0.5744)) * 100) = 68.152581%

Let's see if this improves the results this year. Generated bracket and code available here: https://www.codersbracket.com/code_bracket/5506e5e468f310590410eca4

If you think you can code up a better bracket than me, you should probably apply for one of our jobs: https://meh.com/jobs