Learn R Programming

TUvalues (version 1.1.1)

Tools for Calculating Allocations in Game Theory using Exact and Approximated Methods

Description

The main objective of cooperative Transferable-Utility games (TU-games) is to allocate a good among the agents involved. The package implements major solution concepts including the Shapley value, Banzhaf value, and egalitarian rules, alongside their extensions for structured games: the Owen value and Banzhaf-Owen value for games with a priori unions, and the Myerson value for communication games on networks. To address the inherent exponential computational complexity of exact evaluation, the package offers both exact algorithms and linear approximation methods based on sampling, enabling the analysis of large-scale games. Additionally, it supports core set-based solutions, allowing computation of the vertices and the centroid of the core.

Copy Link

Version

Install

install.packages('TUvalues')

Monthly Downloads

183

Version

1.1.1

License

AGPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Maria D. Guillen

Last Published

February 9th, 2026

Functions in TUvalues (1.1.1)

owen_exact

Owen value (exact)
owen_appro

Owen value (approximation)
equal_surplus_division_unions

Equal Surplus Division value with a priori unions
shapley_exact

Shapley value (exact)
myerson_unions

Myerson value with a priori unions
shapley_appro

Shapley value (approximation)
owen

Owen value
myerson

Myerson value
banzhaf_owen_appro

Banzhaf-Owen Value
coreVertex

Vertices of the core of the game
banzhaf_exact

Banzhaf Index (exact)
core_appro

Approximated core of the game
coalitions

coalitions
egalitarian_unions

Egalitarian value with a priori unions
equal_surplus_division

Equal Surplus Division value
banzhaf_owen

Banzhaf-Owen value
banzhaf

Banzhaf value
centroid

Centroid of the core of the game
banzhaf_appro

Banzhaf Index (approximated)
banzhaf_owen_exact

Banzhaf-Owen Value
core_exact

Exact core of the game
egalitarian

Egalitarian value
predecessor

Predecessor
shapley

Shapley value