Description Usage Arguments Value Author(s) References Examples
View source: R/NevisonConcept.R
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.
1 | 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
1 2 3 | library(CoopGame)
v=c(0,0,0,1,1,0,1)
nevisonIndex(v)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.