Package: TUvalues
Type: Package
Title: Tools for Calculating Allocations in Game Theory using Exact and
        Approximated Methods
Version: 1.0.0
Authors@R: c(
    person(given = c("Maria","D."), 
           family = "Guillen", 
           role = c("cre", "aut"),
           email = "maria.guilleng@umh.es",
           comment = c(ORCID = "0000-0002-2445-5654")),
    person(given = "Juan Carlos", 
           family = "Gonçalves", 
           role = c("aut"),
           email = "jgoncalves@umh.es",
           comment = c(ORCID = "0000-0002-0867-0004"))
    )
Description: The main objective of cooperative games is to allocate a good among
  the agents involved. This package includes the most well-known   allocation 
  rules, i.e., the Shapley value, the Banzhaf value, the egalitarian rule, and 
  the equal surplus division value. In addition, it considers the point of view 
  of a priori unions (situations in which agents can form coalitions). For this
  purpose, the package includes the Owen value, the Banzhaf-Owen value, and the
  corresponding extensions of the egalitarian rules. All these values can be 
  calculated exactly or estimated by sampling.
License: AGPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/mariaguilleng/TUvalues
BugReports: https://github.com/mariaguilleng/TUvalues/issues
Imports: utils, gtools
NeedsCompilation: no
Packaged: 2025-05-22 16:46:45 UTC; meryg
Author: Maria D. Guillen [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-2445-5654>),
  Juan Carlos Gonçalves [aut] (ORCID:
    <https://orcid.org/0000-0002-0867-0004>)
Maintainer: Maria D. Guillen <maria.guilleng@umh.es>
Repository: CRAN
Date/Publication: 2025-05-22 17:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 04:43:44 UTC; unix
