smari / voting

A simulator for voting systems.
27 stars 10 forks source link

Tests #63

Closed PeturOA closed 6 years ago

PeturOA commented 6 years ago

-A little bit of test maintenance -A lot of refactoring -Added functionality to download Excel file with results from a single election -Added input for distribution parameter (limited to 0.5 for now, because 0.9 was causing problems) -Added slides from presentation to repo

PeturOA commented 6 years ago

See this proof of upper limit on standard deviation of beta distribution: https://stats.stackexchange.com/a/269804

PeturOA commented 6 years ago

Ah, but the parameter is not quite equal to the standard deviation for the beta distribution, but rather the standard deviation multiplied by sqrt(m*(1-m)), where m denotes the given mean. So, in effect, this proof does not limit the parameter to below 0.5