getUtopiaPayoff {CoopGame} | R Documentation |
Compute utopia payoff vector of game
Description
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.
Usage
getUtopiaPayoff(v)
Arguments
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
Value
utopia payoffs for each player
Author(s)
Johannes Anwander anwander.johannes@gmail.com
Michael Maerz
Jochen Staudacher jochen.staudacher@hs-kempten.de
References
Branzei R., Dimitrov D. and Tijs S. (2006) Models in cooperative game theory, Springer, p. 31
Examples
library(CoopGame)
maschlerGame <- c(0,0,0,60,60,60,72)
getUtopiaPayoff(maschlerGame)
[Package CoopGame version 0.2.2 Index]