Oracle Expected Wins

From RabastorWiki
Revision as of 05:25, 2 December 2016 by Admin (talk | contribs) (Created page with "{{incomplete}} For each game played, up to total ''n'': :* Take the pythagorean offense and defense -- pyOff(x) and pyDef(x) -- of each team ::*Adjusted values are calculated...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


For each game played, up to total n:

  • Take the pythagorean offense and defense -- pyOff(x) and pyDef(x) -- of each team
  • Adjusted values are calculated thus:
  • Determine an exponent (for initial tests, use 3.15)
  • Take the total number of points scored/allowed per game, to the given exponent
  • Divide it by the total number of points allowed/scored per game, to the given exponent
  • Plug these values into the pythagorean expectation formula
  • Using an exponent of 10.37 and the number of games played to that point
  • Call this pyWins

Oracle Expected Wins = mean of the array pyWins(n)