Assignment Shapley Value
Last Updated on 28. April 2023 by Martin Schuster
Task
Calculate the Shapley Value for all three players with the following table:
| Coalition | Value of the coalition |
| v({A}) | 10 |
| v({B}) | 7 |
| v({C}) | 6 |
| v({A, B}) | 21 |
| v({A, C}) | 22 |
| v({B, C}) | 14 |
| v({A, B, C}) | 35 |
| v({o}) | 0 |
Solution
SA = 15.33
SB = 9.83
SC = 9.83
Register
Sign in