getUnanimityCoefficients {CoopGame} | R Documentation |
getUnanimityCoefficients calculates to unanimity coefficients of a specified TU game. Note that the unanimity coefficients are also frequently referred to as Harsanyi dividends in the literature.
getUnanimityCoefficients(v)
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
numeric vector containing the unanimity coefficients
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, p. 153
Gilles R. P. (2015) The Cooperative Game Theory of Networks and Hierarchies, Springer, pp. 15–17
Shapley L.S. (1953) "A value for n-person games". In: Kuhn, H., Tucker, A.W. (Eds.), Contributions to the Theory of Games II, Princeton University Press, pp. 307–317
library(CoopGame)
getUnanimityCoefficients(c(0,0,0,60,48,30,72))