getUnanimityCoefficients {CoopGame}R Documentation

Compute unanimity coefficients of game

Description

getUnanimityCoefficients calculates to unanimity coefficients of a specified TU game. Note that the unanimity coefficients are also frequently referred to as Harsanyi dividends in the literature.

Usage

getUnanimityCoefficients(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 containing the unanimity coefficients

Author(s)

Johannes Anwander anwander.johannes@gmail.com

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

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

Gilles R. P. (2015) The Cooperative Game Theory of Networks and Hierarchies, Springer, pp. 15–17

Shapley L.S. (1953) "A value for n-person games". In: Kuhn, H., Tucker, A.W. (Eds.), Contributions to the Theory of Games II, Princeton University Press, pp. 307–317

Examples

library(CoopGame)
getUnanimityCoefficients(c(0,0,0,60,48,30,72))

[Package CoopGame version 0.2.2 Index]