Module: compute/socialChoiceMethods/plurality

(require("compute/socialChoiceMethods/plurality"))(votes) → {types.typesSocialChoice.socialChoiceResults}

the candidate with the highest tally wins
Parameters:
Name Type Description
votes types.typesVotes.votes The object for vote data.
Source:
Returns:
- the results returned from a social choice function.
Type
types.typesSocialChoice.socialChoiceResults

Members

(static, constant) pluralityMetadata :object

an object: this function and descriptions of its name, input, and output
Type:
  • object
Source: