Description Usage Arguments Value Author(s) References Examples
View source: R/GatelyConcept.R
equalPropensityToDisrupt calculates the equal propensity to disrupt for a TU game with n players and a specified coalition size k. See the original paper by Littlechild & Vaidya (1976) for the formula with general k and the paper by Staudacher & Anwander (2019) for the specific expression for k=1 and interpretations of the equal propensity to disrupt.
1 | equalPropensityToDisrupt(v, k = 1)
|
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
k |
is the fixed coalition size to be considered when calculating the equal propensity to disrupt |
the value for the equal propensity to disrupt
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
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.
1 2 3 | library(CoopGame)
v=c(0,0,0,4,0,3,6)
equalPropensityToDisrupt(v, k=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.