AdjustedProportional {GameTheory} | R Documentation |
Adjusted Proportional Rule
Description
This function calculates how to distribute a given endowment by the Adjusted Proportional rule.
Usage
AdjustedProportional(E, C, Names = NULL)
Arguments
E |
Endowment |
C |
Claims of the agents |
Names |
Labels of the agents |
Note
In order to calculate the rule properly, input the claims of the agents in ascending order.
Author(s)
Sebastian Cano-Berlanga <cano.berlanga@gmail.com>
References
Curiel, I. J., Maschler, M., & Tijs, S. H. (1987). "Bankruptcy games." Zeitschrift fur Operations Research, 31(5), A143-A159.
[Package GameTheory version 2.7.1 Index]