getGapFunctionCoefficients {CoopGame} | R Documentation |
getGapFunctionCoefficients computes the gap function coefficients for a specified TU game
getGapFunctionCoefficients(v)
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
numeric vector containing the gap function coefficients for every coalition
Jochen Staudacher jochen.staudacher@hs-kempten.de
Driessen T. (1998) Cooperative Games, Solutions and Applications, Springer, p. 57
library(CoopGame)
getGapFunctionCoefficients(c(0,0,0,60,48,30,72))