getExcessCoefficients {CoopGame} | R Documentation |
getExcessCoefficients computes the excess coefficients for a specified TU game and an allocation x
getExcessCoefficients(v, x)
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 |
numeric vector containing the excess coefficients for every coalition
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, p. 58
Driessen T. (1998) Cooperative Games, Solutions and Applications, Springer, p. 12
library(CoopGame)
getExcessCoefficients(c(0,0,0,60,48,30,72), c(24,24,24))