disruptionNucleolus: Compute disruption nucleolus

Description Usage Arguments Value Author(s) References Examples

View source: R/NucleolusDerivatives.R

Description

Computes the disruption nucleolus of a balanced TU game with n players. Note that the disruption nucleolus needs to be a member of the core.

Usage

1

Arguments

v

Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players

Value

Numeric vector of length n representing the disruption nucleolus of the specified TU game

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

Johannes Anwander anwander.johannes@gmail.com

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

Examples

1
2
3
4
5
6
7
8
9
library(CoopGame)
v<-c(0, 0, 0, 1, 1, 0, 1)
disruptionNucleolus(v)


library(CoopGame)
exampleVector<-c(0,0,0,0,2,3,4,1,3,2,8,11,6.5,9.5,14)
disruptionNucleolus(exampleVector)
#[1] 3.193548 4.754839 2.129032 3.922581

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