PopulationCubicUniform

class svvamp.PopulationCubicUniform(V, C)[source]

Population with ‘Cubic uniform’ model.

Parameters:
  • V – Integer. Number of voters.
  • C – Integer. Number of candidates.
Returns:

A Population object.

Each coefficient preferences_ut[v, c] is drawn independently and uniformly in the interval [-1, 1].

The ordinal part of this distribution is the Impartial Culture.