coolstandings.com calculates the odds that each team has of winning its division, the
wild card, or making it into the playoffs either way. These "coolstats" are shown
in percentages, and are colored red in the standings:
DIV
- % chance each team has of winning division
WC
- % chance each team has of winning the wild card
POFF
- % chance each team has of making the playoffs
You can sort the results by clicking on any of the column headings.
You can also choose among 3 views for baseball: division, wild card, or league. Likewise
you can choose among 3 views for football: division, conference, or league.
If you click on any of the teams, you can see that team's remaining schedule,
along with the history of its coolstats.
Actually, this means that in the 1 million (or more) times that the season was simulated,
your team did not win the division a single time. Essentially this means the chance of
your team winning the division is less than 1 in a million.
If DIV is shown to be <0.1, this means that the given team has less than a 0.05% chance
of winning its division, or less than 1 in 2,000. A DIV of 0.05 is rounded up to 0.1.
POFF is calculated by summing DIV and WC, but each statistic is independently rounded to
the nearest tenth of a percent, so DIV + WC may be off from POFF after rounding. Likewise,
the sum of all DIV in a division may not exactly equal 100% because of rounding.
When your team wins its division in every single simulation run, then its DIV will be set
to 100.0. Essentially this means that the chance of your team not winning the division
is less than 1 in a million. Until that point, a DIV of at least 99.85 but less than 100.0
will be shown as 99.9.
Yes, for the remaining schedule. For instance, if a team has games remaining
against weak teams, its probability of winning the division (or wild card) will
be higher. However, the strength of schedule up to the current date is not
currently taken into account. It is assumed that with so many games, the
schedule up to the current date is balanced among good and bad teams. We
will probably introduce the strength of schedule up to the current date into
the simulation (especially for football), but it will likely not cause a significant
change to the baseball results.
No. There are no plans of taking this factor into account, as it is almost
impossible to predict pitching matchups further than a few weeks into the future.
Ties are resolved using the same tie-breaking rules used in real life. This means that
division, conference, and head-to-head records are considered as needed, as well as
other statistics required by the official tie-breaking rules. Each league uses a
unique set of rules, which we make every effort to follow accurately.
For baseball, extra playoff games are simulated if they would be required in real life.
We even take into account the results of the official coin flips that determine the
locations of any extra playoff games!
As the season winds down, the impact of the tie-breaking rules on the playoff projections
becomes significant, which is why randomly choosing a division or wild card winner in
the case of a tie is not adequate.
The Bill James Pythagorean theorem states that a baseball team's winning percentage can
be estimated using the following formula:
PCT = (RS^2)/(RS^2 + RA^2)
where RS is runs scored, and RA is runs against. This formula works because
baseball scores roughly follow a Rayleigh distribution. Over time, the formula
has been tweaked using empirical evidence (i.e. actual game scores). For
instance, instead of using an exponent value of 2, a value of 1.83 is often used.
To determine the chance team A has of beating team B, coolstandings.com
estimates the expected number of runs that team A will score against team B,
and the expected number of runs that team B will score against team A. These
numbers are estimated using team statistics (such as RS and RA), and plugged
into a modified version of the Pythagorean theorem. With these results, we
simulate the rest of the season, using each team's remaining schedule, and
determine how many times each team wins its division or the wild card. If
a team wins the division 100,000 times out of a million, then that team is
given a 10% chance of winning the division.
Because scores in various sports have different distributions, an algorithm
that works for one sport may not be optimal for another.
Daryl Morey modified
the Bill James Pythagorean theorem for sports other than baseball by optimizing
the exponent in the formula based on historical data for each sport. For
football, he found the optimal exponent to be 2.37. For basketball, it is
13.91. We've modified the exponents in our algorithms accordingly to appropriately
model each sport.
We do weigh recent game results more than older games results, as it
makes sense that last week's performance reflects better the current state of
a team than the performance from the first week of the season.
You may notice that even before your team plays a single game, in "smart mode"
the DIV, WC, and POFF coolstats are already calculated. For football especially,
there is not enough data at the start of a season to make reliable
projections. As a result, we incorporate the team statistics from the previous year
to estimate scores near the beginning of a season, then weigh these statistics less
and less as data is accumulated for the current season. After enough games
are played during the current season, last year's numbers have a negligible impact
on the coolstat calculations.
In summary the "smart mode" projections shown at the start of the season are based entirely on
last year's stats, but only until the first game is played of the season.
Smart mode calculates the chance that each team has of beating any other team
using several assumptions, and uses this information when simulating the rest
of the season. Details regarding these assumptions are described here
for baseball, and here for football.
Dumb mode assumes that each team has a 50% chance of beating any other team.
Although this does not reflect reality, it is useful if you don't trust the
assumptions we are making!
RSS can either stand for Rich Site Summary or Really Simple Syndication (or
several other variations), and it is a format used for packaging news-like
items from a web site. RSS feeds (also known as XML feeds) can then be
interpreted by programs called news readers or news aggregators, which will
display the information from the RSS feeds in a nice format. The news reader
can keep up with the changing content of the RSS feed because the RSS feed
maintains the same format, regardless of the content.
The good news is yes, coolstandings.com does provide RSS feeds! See here
for details.
The projected number of wins is the most likely number of wins given that the predicted
series winner actually wins the series. The predicted winner is the team with a WIN
of higher than 50%.
The expected number of wins is the average number of wins no matter who wins the series.
For example, if a team has a 25% chance of winning 0 games, 25% chance of winning 1 game,
and 50% chance of winning 2 games, then the expected number of wins would be
0.25*0 + 0.25*1 + 0.5*2 or 1.25, which is rounded to 1.3.
We report projected wins and losses in the main standings page in order to predict the
series outcome (including games won), but report the expected wins and losses in the team
page for those who are interested.
Yes. We actually combine the playoff statistics with the regular season statistics in order to determine
the chance each team has of beating another team. Recent performance is still emphasized, so that
the playoff games and late regular season games will have more impact on the final projections.
Actually, no. Because of the small number of games in each series, we can exhaustively determine the
odds of each series outcome happening. For example, a 7-game series only has 8 possible outcomes
with 70 possible paths, where an outcome is the series score (e.g. 4-2) and a path is how that score was
achieved (e.g. WWLWLW).
We determine the chance each team has of beating another team the same way as during the regular season.