weightedVotingGameVector: Compute game vector for a weighted voting game (aka quota...

Description Usage Arguments Value Author(s) References Examples

View source: R/WeightedVotingGame.R

Description

Game vector for a specified weighted voting game:
For further information see weightedVotingGame

Usage

1

Arguments

n

represents the number of players

w

numeric vector which contains the weight of each player

q

is the quota

Value

Game Vector where each element contains 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

1
2
library(CoopGame)
weightedVotingGameVector(n=3,w=c(1,2,3),q=4)

CoopGame documentation built on Aug. 24, 2021, 1:07 a.m.