getZeroNormalizedGameVector: Compute 0-normalized game vector

Description Usage Arguments Value Author(s) References Examples

View source: R/GameVector.R

Description

Computes the zero-normalized game for a given game specified by a game vector.

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 of length (2^n)-1 representing the zero-normalized game.

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

Johannes Anwander anwander.johannes@gmail.com

References

Branzei R., Dimitrov D. and Tijs S. (2006) Models in cooperative game theory, Springer, p. 9

Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, p. 11

Examples

1
2
3
library(CoopGame)
v<-c(1:7)
getZeroNormalizedGameVector(v)

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