{% extends "base.html" %} {% block title %} Ad-Hoc Contest Statistics Calculator | {{ block.super }}{% endblock %} {% block content %}
Enter your data in the form, and press the button to see selection
statistics based on the paper
On Auditing Elections When Precincts Have Different Sizes, by Javed
A. Aslam, Raluca A. Popa and Ronald L. Rivest
All numbers are fractions between 0.0 and 1.0. So for a margin of 5%, enter "0.05"
Using a fixed set of audit units for now: 300 of size 500, 200 of size 200, 100 of size 40.
{% if stats %}{{ stats.prose }}{% endif %} {% endblock %}