baruaChakravartySarkarIndex: Compute Barua Chakravarty Sarkar index

Description Usage Arguments Value Author(s) References Examples

View source: R/BaruaChakravartySarkarConcept.R

Description

Calculates the Barua Chakravarty Sarkar index for a specified simple TU game. Note that in general the Barua Chakravarty Sarkar index is not an efficient vector, i.e. the sum of its entries is not always 1. Hence no drawing routine for the Barua Chakravarty Sarkar index is provided.

Usage

1

Arguments

v

Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players

Value

Barua Chakravarty Sarkar index for specified simple game

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

Barua R., Chakravarty S.R. and Sarkar P. (2012) "Measuring p-power of voting", Journal of Economic Theory and Social Development 1(1), pp. 81–91

Chakravarty S.R., Mitra M. and Sarkar P. (2015) A Course on Cooperative Game Theory, Cambridge University Press, pp. 120–123

Examples

1
2
3
library(CoopGame)
v=c(0,0,0,1,1,0,1)
baruaChakravartySarkarIndex(v) 

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