CEL | R Documentation |
This function returns the awards vector assigned by the constrained equal losses rule (CEL) to a claims problem.
CEL(E, d, name = FALSE)
E |
The endowment. |
d |
The vector of claims. |
name |
A logical value. |
Let E≥ 0 be the endowment to be divided and let d be the vector of claims with d≥ 0 and such that the sum of claims exceeds the endowment.
The constrained equal losses rule (CEL) equalizes losses under the constraint that no award is negative. Then, claimant i receives the maximum of zero and the claim minus a number λ ≥ 0 chosen so as to achieve balance.
CEL(E,d)=(max{0,di-λ}).
CEA and CEL are dual rules.
The awards vector selected by the CEL rule. If name = TRUE, the name of the function (CEL) as a character string.
Maimonides, Moses, 1135-1204. Book of Judgements, Moznaim Publishing Corporation, New York, Jerusalem (Translated by Rabbi Elihahu Touger, 2000).
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.
allrules, CEA
E=10 d=c(2,4,7,8) CEL(E,d) # CEL and CEA are dual: CEL(E,d)=d-CEA(D-E,d) D=sum(d) d-CEA(D-E,d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.