getGapFunctionCoefficients: Compute gap function coefficients

Description Usage Arguments Value Author(s) References Examples

View source: R/getGapFunctionCoefficients.R

Description

getGapFunctionCoefficients computes the gap function coefficients for a specified TU game

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

numeric vector containing the gap function coefficients for every coalition

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

Driessen T. (1998) Cooperative Games, Solutions and Applications, Springer, p. 57

Examples

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

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