centroidImputationSet {CoopGame} | R Documentation |
Compute centroid of the imputation set
Description
Calculates the centroid of the imputation set for specified game.
Usage
centroidImputationSet(v)
Arguments
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
Value
Calculates the centroid of the imputation set for a game specified by a game vector.
Author(s)
Jochen Staudacher jochen.staudacher@hs-kempten.de
References
Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, p. 20
Maschler M., Solan E. and Zamir S. (2013) Game Theory, Cambridge University Press, p. 674
Osborne M.J. and Rubinstein A. (1994) A Course in Game Theory, MIT Press, p. 278
Narahari Y. (2015) Game Theory and Mechanism Design, World Scientific Publishing, p. 407
Examples
library(CoopGame)
v=c(0,0,0,2,2,3,5)
centroidImputationSet(v)
[Package CoopGame version 0.2.2 Index]