PIN {ClaimsProblems} | R Documentation |
Piniles' rule
Description
This function returns the awards vector assigned by the Piniles' rule (PIN) to a claims problem.
Usage
PIN(E, d, name = FALSE)
Arguments
E |
The endowment. |
d |
The vector of claims. |
name |
A logical value. |
Details
Let be the endowment to be divided and
the vector of claims
with
and such that
, the sum of claims
exceeds the endowment.
The Piniles' rule coincides with the constrained equal awards rule (CEA) applied to
the problem if the endowment is less or equal than the half-sum of the claims,
.
Otherwise it assigns to each claimant
half of the claim,
and,
then, it distributes the remainder with the CEA rule. Therefore:
If then,
If then,
Value
The awards vector selected by the PIN rule. If name = TRUE, the name of the function (PIN) as a character string.
References
Piniles, H.M. (1861). Darkah shel Torah. Forester, Vienna.
Thomson, W. (2019). How to divide when there isn't enough. From Aristotle, the Talmud, and Maimonides to the axiomatics of resource allocation. Cambridge University Press.
See Also
Examples
E=10
d=c(2,4,7,8)
PIN(E,d)