Learn R Programming

CoopGame (version 0.2.2)

getVectorOfPropensitiesToDisrupt: 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

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

Run this code
# NOT RUN {
library(CoopGame)
v=c(0,0,0,4,0,3,6)
x=c(2,3,1)
getVectorOfPropensitiesToDisrupt(v,x)

# }

Run the code above in your browser using DataLab