Hole | Wins | Losses | Score | +27 |
---|---|---|---|---|
1 | 5 | 4 | E | Par (E) |
2 | 5 | 4 | E | Par (E) |
3 | 2 | 7 | +3 | Trpl Bogey (+3) |
4 | 4 | 5 | +4 | Bogey (+1) |
5 | 4 | 5 | +5 | Bogey (+1) |
6 | 4 | 5 | +6 | Bogey (+1) |
7 | 3 | 6 | +8 | Dbl Bogey (+2) |
8 | 4 | 5 | +9 | Bogey (+1) |
9 | 3 | 6 | +11 | Dbl Bogey (+2) |
In: +9 | ||||
10 | 0 | 9 | +16 | Disaster (+5) |
11 | 3 | 6 | +18 | Dbl Bogey (+2) |
12 | 6 | 3 | +17 | Birdie (-1) |
13 | 3 | 6 | +19 | Dbl Bogey (+2) |
14 | 3 | 6 | +21 | Dbl Bogey (+2) |
15 | 4 | 5 | +22 | Bogey (+1) |
16 | 3 | 6 | +24 | Dbl Bogey (+2) |
17 | 6 | 3 | +23 | Birdie (-1) |
18 | 1 | 8 | +27 | Quadruple Bogey (+4) |
Out: +23 | ||||
Avg | 4 | 6 | +2 | Dbl Bogey |
Here is the output of the provided code:
[('2006-07', 1.03), ('2007-08', 0.97), ('2008-09', 1.14), ('2009-10', 1.11),
('2010-11', 0.95), ('2011-12', 0.98), ('2012-13', 1.04), ('2013-14', 1.03),
('2014-15', 1.00), ('2015-16', 1.02), ('2016-17', 1.01), ('2017-18', 0.98),
('2018-19', 0.96), ('2019-20', 1.04)]
The code is written in Python and uses a dictionary to store the data, where each key represents a season and the corresponding value is the corresponding win probability. The map()
function is used to calculate the average of the values for each team. Updated: July 18, 2025 at 2:51 AM