Package: TUvalues 1.1.1
TUvalues: Tools for Calculating Allocations in Game Theory using Exact and Approximated Methods
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.
Authors:
TUvalues_1.1.1.tar.gz
TUvalues_1.1.1.zip(r-4.7)TUvalues_1.1.1.zip(r-4.6)TUvalues_1.1.1.zip(r-4.5)
TUvalues_1.1.1.tgz(r-4.6-any)TUvalues_1.1.1.tgz(r-4.5-any)
TUvalues_1.1.1.tar.gz(r-4.7-any)TUvalues_1.1.1.tar.gz(r-4.6-any)
TUvalues_1.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
TUvalues/json (API)
| # Install 'TUvalues' in R: |
| install.packages('TUvalues', repos = c('https://mariaguilleng.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mariaguilleng/tuvalues/issues
Last updated from:ba891c1d47. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 203 | ||
| macos-release-arm64 | OK | 136 | ||
| macos-oldrel-arm64 | OK | 219 | ||
| windows-devel | OK | 95 | ||
| windows-release | OK | 97 | ||
| windows-oldrel | OK | 80 | ||
| wasm-release | OK | 93 |
Exports:banzhafbanzhaf_owencentroidcoalitionscoreVertexegalitarianegalitarian_unionsequal_surplus_divisionequal_surplus_division_unionsmyersonmyerson_unionsowenshapley
Dependencies:backportscheckmategtoolsregistryRglpkROIROI.plugin.glpkslam
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Banzhaf value | banzhaf |
| Banzhaf Index (approximated) | banzhaf_appro |
| Banzhaf Index (exact) | banzhaf_exact |
| Banzhaf-Owen value | banzhaf_owen |
| Banzhaf-Owen Value | banzhaf_owen_appro |
| Banzhaf-Owen Value | banzhaf_owen_exact |
| Centroid of the core of the game | centroid |
| coalitions | coalitions |
| Approximated core of the game | core_appro |
| Exact core of the game | core_exact |
| Vertices of the core of the game | coreVertex |
| Egalitarian value | egalitarian |
| Egalitarian value with a priori unions | egalitarian_unions |
| Equal Surplus Division value | equal_surplus_division |
| Equal Surplus Division value with a priori unions | equal_surplus_division_unions |
| Myerson value | myerson |
| Myerson value with a priori unions | myerson_unions |
| Owen value | owen |
| Owen value (approximation) | owen_appro |
| Owen value (exact) | owen_exact |
| Predecessor | predecessor |
| Shapley value | shapley |
| Shapley value (approximation) | shapley_appro |
| Shapley value (exact) | shapley_exact |
