nevisonIndex {CoopGame}R Documentation

Compute Nevison index

Description

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.

Usage

nevisonIndex(v)

Arguments

v

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

Value

Nevison index for a specified simple game

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

Nevison, H. (1979) "Structural power and satisfaction in simple games", In: Applied Game Theory, Springer, pp. 39–57

Examples

library(CoopGame)
v=c(0,0,0,1,1,0,1)
nevisonIndex(v) 


[Package CoopGame version 0.2.2 Index]