getDualGameVector {CoopGame} | R Documentation |
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.
Author(s)
Jochen Staudacher jochen.staudacher@hs-kempten.de
Johannes Anwander anwander.johannes@gmail.com
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
library(CoopGame)
v<-unanimityGameVector(4,c(1,2))
getDualGameVector(v)
[Package CoopGame version 0.2.2 Index]