powered by
Computes the zero-one-normalized game for a given game specified by a game vector.
getZeroOneNormalizedGameVector(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 zero-one-normalized game.
Gilles R. P. (2015) The Cooperative Game Theory of Networks and Hierarchies, Springer, p. 18
Maschler M., Solan E. and Zamir S. (2013) Game Theory, Cambridge University Press, p. 670
# NOT RUN { library(CoopGame) v<-c(1:7) getZeroOneNormalizedGameVector(v) # }
Run the code above in your browser using DataLab