getMarginalContributions: Compute marginal contributions

Description Usage Arguments Value Author(s) References Examples

View source: R/getMarginalContributions.R

Description

Calculates the marginal contributions for all permutations of the players

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

a list with given game vector, a matrix of combinations used and a matrix with the marginal contributions

Author(s)

Alexandra Tiukkel

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

Peters H. (2015) Game Theory: A Multi-Leveled Approach, 2nd Edition, Springer, pp. 156–159

Branzei R., Dimitrov D. and Tijs S. (2006) Models in cooperative game theory, Springer, p. 6

Examples

1
2
3
library(CoopGame)
v=c(0,0,0,1,1,0,1)
getMarginalContributions(v)

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