Log 5 Win Probability
This calculator uses the Log 5 Formula to find the win probability given the winning percentages of two teams. Below the table is the Excel User Defined Function to implement the formula into a spreadsheet.
Function log5form(TeamA, TeamB) log5form = (TeamA - TeamA * TeamB) / (TeamA + TeamB - 2 * TeamA * TeamB) End Function |
Recent Comments