normalise {toporanga} | R Documentation |
Normalise tally weights
Description
When we have w(A\rightarrow B)=a
and w(B\rightarrow A)=b
, this function will normalise both to sum to 1, i.e. divide by a+b
.
This way dominance matters more than engagement in conflicts between particular agents; in particular, an agent that frequently loses in typical events but always dominate over the otherwise dominating agent will come on top with normalised weights, while remain near the bottom otherwise.
Usage
normalise(tally)
Arguments
tally |
a |
Value
A modified toporanga_tally
object.
[Package toporanga version 1.0.0 Index]