getUtopiaPayoff {CoopGame} | R Documentation |
getUtopiaPayoff calculates the utopia payoff vector for
each player in a TU game.
The utopia payoff of player i is the marginal contribution
of player i to the grand coalition.
getUtopiaPayoff(v)
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
utopia payoffs for each player
Johannes Anwander anwander.johannes@gmail.com
Michael Maerz
Jochen Staudacher jochen.staudacher@hs-kempten.de
Branzei R., Dimitrov D. and Tijs S. (2006) Models in cooperative game theory, Springer, p. 31
library(CoopGame)
maschlerGame <- c(0,0,0,60,60,60,72)
getUtopiaPayoff(maschlerGame)