plot_speed_ic#

actinvoting.plot_speed_ic(m, ns, n_samples)[source]#

Check that for IC, the error term is in O(n^{-1/2}).

Parameters:
  • m (int) – Number of candidates.

  • ns (list of int) – List of values for the number of voters n. Typically, this should be used for even values of n.

  • n_samples – Number of samples for the Monte Carlo method.