Predict the winning probabilities of a single game
Here you can use an Elo-based calculation to predict the winning probailities for two given teams. The winning probabilities are based on the ratings of each team. Home field and committee bias can optionally be included.
where:
- P(A) = probability team A wins against team B
- rA = rating of team A
- rB = rating of team B
The team ratings can be either biased (include data from the playoff committee) or be unbiased (purely using the computer rating of the team). The computer ratings *do* include margin of victory data.
These probabilities are modeled from elo ratings, commonly used in competitive Chess