nevisonIndex {CoopGame} | R Documentation |
Calculates the Nevison index for a specified simple TU game. Note that in general the Nevison index is not an efficient vector, i.e. the sum of its entries is not always 1. Hence no drawing routine for the Nevison index is provided.
nevisonIndex(v)
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
Nevison index for a specified simple game
Jochen Staudacher jochen.staudacher@hs-kempten.de
Nevison, H. (1979) "Structural power and satisfaction in simple games", In: Applied Game Theory, Springer, pp. 39–57
library(CoopGame)
v=c(0,0,0,1,1,0,1)
nevisonIndex(v)