Learn R Programming

CoopGame (version 0.2.2)

getUtopiaPayoff: 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

References

Branzei R., Dimitrov D. and Tijs S. (2006) Models in cooperative game theory, Springer, p. 31

Examples

Run this code
# NOT RUN {
library(CoopGame)
maschlerGame <- c(0,0,0,60,60,60,72)
getUtopiaPayoff(maschlerGame)

# }

Run the code above in your browser using DataLab