Learn R Programming

CoopGame (version 0.2.2)

proportionalNucleolus: 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

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

Run this code
# NOT RUN {
library(CoopGame)
v<-c(0,0,0,48,60,72,140)
proportionalNucleolus(v)

# }

Run the code above in your browser using DataLab