Oracle Expected Wins

From NationStates Sports Wiki
Revision as of 15:16, 20 January 2026 by Osarius (talk | contribs) (1 revision imported: bulk import from rabastor wiki (Osarius) - part 3)
(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)