Learn R Programming

CoopGame (version 0.2.2)

getDualGameVector: Compute dual game vector

Description

Computes the dual game for a given TU game with n players specified by a game vector.

Usage

getDualGameVector(v)

Arguments

v

Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players

Value

Numeric vector of length (2^n)-1 representing the dual game.

References

Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, p. 125

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

Maschler M., Solan E. and Zamir S. (2013) Game Theory, Cambridge University Press, p. 737

Examples

Run this code
# NOT RUN {
library(CoopGame)
v<-unanimityGameVector(4,c(1,2))
getDualGameVector(v)

# }

Run the code above in your browser using DataLab