{% extends "base.html" %} {% block title %} Ad-Hoc Contest Statistics Calculator | {{ block.super }}{% endblock %} {% block content %}

Ad-Hoc Contest Statistics Calculator

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"

{{ form.as_table }}

Using a fixed set of audit units for now: 300 of size 500, 200 of size 200, 100 of size 40.

{% if stats %}

Audit statistics

{{ stats.prose }}
{% endif %} {% endblock %}