publicHelpValue {CoopGame}R Documentation

Compute Public Help value Theta

Description

publicHelpValue calculates the (normalized) Public Help value Theta for a specified nonnegative TU game. Our function implements the formula from Definition 5.7, p. 20, in the paper by Bertini and Stach from 2015.

Usage

publicHelpValue(v)

Arguments

v

Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players

Value

Public Help value Theta for specified nonnegative TU game

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

Bertini C. and Stach I. (2015) "On Public Values and Power Indices", Decision Making in Manufacturing and Services 9(1), pp. 9–25

Examples

library(CoopGame)
v=c(0,0,0,0.7,11,0,15)
publicHelpValue(v) 


[Package CoopGame version 0.2.2 Index]