getPerCapitaExcessCoefficients: Compute per capita excess coefficients

Description Usage Arguments Value Author(s) Examples

View source: R/getPerCapitaExcessCoefficients.R

Description

getPerCapitaExcessCoefficients computes the per capita excess coefficients for a specified TU game and an allocation x

Usage

1

Arguments

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

Value

numeric vector containing the per capita excess coefficients for every coalition

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

Examples

1
2
library(CoopGame)
getPerCapitaExcessCoefficients(c(0,0,0,60,48,30,72), c(24,24,24))

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