getVectorOfPropensitiesToDisrupt {CoopGame} | R Documentation |
Compute vector of propensities to disrupt
Description
getVectorOfPropensitiesToDisrupt computes a vector of propensities to disrupt for game vector v and an allocation x
Usage
getVectorOfPropensitiesToDisrupt(v, x)
Arguments
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
x |
numeric vector containing allocations for each player |
Value
a numerical vector of propensities to disrupt at a given allocation x
Author(s)
Jochen Staudacher jochen.staudacher@hs-kempten.de
References
Littlechild S.C. and Vaidya K.G. (1976) "The propensity to disrupt and the disruption nucleolus of a characteristic function game", Int. Journal of Game Theory 5(2), pp. 151–161
Staudacher J. and Anwander J. (2019) "Conditions for the uniqueness of the Gately point for cooperative games", arXiv preprint, arXiv:1901.01485, 10 pages.
Examples
library(CoopGame)
v=c(0,0,0,4,0,3,6)
x=c(2,3,1)
getVectorOfPropensitiesToDisrupt(v,x)
[Package CoopGame version 0.2.2 Index]