powered by
This function computes the utopia payoffs vector of a game.
utopiapayoffsvector(v, binary = FALSE)
The utopia payoffs vector.
A characteristic function, as a vector.
A logical value. By default, binary=FALSE. Should be set to TRUE if v is introduced in binary order instead of lexicographic order.
binary=FALSE
TRUE
v
Given \(v\in G^N\), the utopia payoff of player \(i\in N\) is defined as \(M_i(N,v)=v(N)-v(N\backslash i)\).
minimalrightsvector
v <- c(0, 10, 200, 1, 4, 7, 7) utopiapayoffsvector(v, binary = FALSE)
Run the code above in your browser using DataLab