getPerCapitaExcessCoefficients {CoopGame} | R Documentation |
getPerCapitaExcessCoefficients computes the per capita excess coefficients for a specified TU game and an allocation x
getPerCapitaExcessCoefficients(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 per capita excess coefficients for every coalition
Jochen Staudacher jochen.staudacher@hs-kempten.de
library(CoopGame)
getPerCapitaExcessCoefficients(c(0,0,0,60,48,30,72), c(24,24,24))