| This page computes "Tango" wins and losses, as proposed by Tom Tango. The idea is for each game, compute "Win points" and "Loss points", and assign the decision to the pitcher with the most points.
Win points = Outs * WinOut + Runs * WinRun Loss points = Outs * LossOut + Runs * LossRun
Tiebreakers for wins:- Fewest runs allowed
- Most outs recorded
- First pitcher appearing in the game
Loss points = Outs * LossOut + Runs * LossRun
Tiebreakers for losses:- Most runs allowed
- Fewest outs recorded
- First pitcher appearing in the game
Selecting "Use dynamic run coefficient" will use 27/RS for losses, and -27/RS for wins, where RS is runs scored by the team.
Tango originally proposed using -4 for WinRun and 1 for WinOut.
Tango originally proposed using 6 for LossRun and -1 for LossOut.
If you mouse over a pitcher's win total, you'll see the dates of games that pitcher gets a win. Mouse over the DiffW total to see the dates of games where the win rules differ: +date means the game is a win only in the new rule, -date means it is a win under the old rule. +0 in the DiffW column means a pitcher has the same win total, but which games he won differs.
|