Diversity Approximate#
- agreement_index(election) dict [source]#
Calculates the approx. agreement index of the election.
- Parameters:
election (OrdinalElection)
- Returns:
‘value’: approx. agreement index
- Return type:
dict
- diversity_index(election) dict [source]#
Calculates the approx. diversity index of the election.
- Parameters:
election (OrdinalElection)
- Returns:
‘value’: approx. diversity index
- Return type:
dict
- polarization_index(election) dict [source]#
Calculates the approx. polarization index of the election.
- Parameters:
election (OrdinalElection)
- Returns:
‘value’: approx. polarization index
- Return type:
dict