getVectorOfPropensitiesToDisrupt: Compute vector of propensities to disrupt

Description Usage Arguments Value Author(s) References Examples

View source: R/GatelyConcept.R

Description

getVectorOfPropensitiesToDisrupt computes a vector of propensities to disrupt for game vector v and an allocation x

Usage

1

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

1
2
3
4
library(CoopGame)
v=c(0,0,0,4,0,3,6)
x=c(2,3,1)
getVectorOfPropensitiesToDisrupt(v,x)

CoopGame documentation built on Aug. 24, 2021, 1:07 a.m.