absolutePublicHelpValue {CoopGame} | R Documentation |
Compute absolute Public Help value Theta
Description
absolutePublicHelpValue calculates the absolute Public Help value Theta for a specified nonnegative TU game. Note that in general the absolute Public Help value Theta is not an efficient vector, i.e. the sum of its entries is not always 1. Hence no drawing routine for the absolute Public Help Value is provided.
Usage
absolutePublicHelpValue(v)
Arguments
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
Value
Absolute Public Help value Theta for specified simple 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)
absolutePublicHelpValue(v)
[Package CoopGame version 0.2.2 Index]