proportionalNucleolus {CoopGame}R Documentation

Compute proportional nucleolus

Description

proportionalNucleolus calculates the proportional nucleolus for a TU game with a non-empty imputation set and n players specified by game vector. Note that the proportional nucleolus is a member of the imputation set.

Usage

proportionalNucleolus(v)

Arguments

v

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

Value

proportional nucleolus for specified TU game with n players

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

Johannes Anwander anwander.johannes@gmail.com

References

Young H. P., Okada N. and Hashimoto, T. (1982) "Cost allocation in water resources development", Water resources research 18(3), pp. 463–475

Examples

library(CoopGame)
v<-c(0,0,0,48,60,72,140)
proportionalNucleolus(v)


[Package CoopGame version 0.2.2 Index]