weightedVotingGameValue {CoopGame} | R Documentation |
Compute value of a coalition for a weighted voting game
Description
Coalition value for a specified weighted voting game:
For further information see weightedVotingGame
Usage
weightedVotingGameValue(S, w, q)
Arguments
S |
numeric vector with coalition of players |
w |
numeric vector which contains the weight of each player |
q |
is the quota |
Value
1
if the sum of the weights of coalition
S
is greater or equal than quota q
else 0
Author(s)
Jochen Staudacher jochen.staudacher@hs-kempten.de
Johannes Anwander anwander.johannes@gmail.com
Michael Maerz
References
Peleg B. (2002) "Game-theoretic analysis of voting in committees". in: Handbook of Social Choice and Welfare 1, pp. 195–201
Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, p. 17
Maschler M., Solan E. and Zamir S. (2013) Game Theory, Cambridge University Press, pp. 825–831
Examples
library(CoopGame)
weightedVotingGameValue(S=c(1,2,3),w=c(1,2,3),q=4)
[Package CoopGame version 0.2.2 Index]