powered by
Computes the dual game for a given TU game with n players specified by a game vector.
getDualGameVector(v)
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players
Numeric vector of length (2^n)-1 representing the dual game.
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
# NOT RUN { library(CoopGame) v<-unanimityGameVector(4,c(1,2)) getDualGameVector(v) # }
Run the code above in your browser using DataLab