Allocate Points to Policies

You have 100 preference points you can allocate among these policies
















Remaining points: 100

Total Points Allocated

Policy Total Points Percentage Cost to Achieve Max Improvement
Healthcare {{ total_healthcare }} {{ percentage_healthcare }}% {{ cta_healthcare }}
Education {{ total_education }} {{ percentage_education }}% {{ cta_education }}
Infrastructure {{ total_infrastructure }} {{ percentage_infrastructure }}% {{ cta_infrastructure }}
Defense {{ total_defense }} {{ percentage_defense }}% {{ cta_defense }}
Environment {{ total_environment }} {{ percentage_environment }}% {{ cta_environment }}
Budget {{ total_budget }} {{ percentage_budget }}%
Grand Total {{ grand_total }} {{ percentage_healthcare + percentage_education + percentage_infrastructure + percentage_defense + percentage_environment + percentage_budget }}% {{ cta_healthcare + cta_education + cta_infrastructure + cta_defense + cta_environment }}
Number of Voters {{ user_count }}
Average Nominal Expenditure {{ average_nominal_expenditure }}



{% if pareto_points %}

Pareto Frontier Analysis

Select your preferred Pareto point by clicking on it and pressing the Vote button below

Average of Pareto Point Votes

Total Expenditure: {{ average_pareto_point.total_expend }}

Total Voter Happiness: {{ average_pareto_point.vothap_tot }}

Closest Pareto Point to Average

This is the point which the community will enact

Total Expenditure: {{ closest_pareto_point.total_expend }}

Total Voter Happiness: {{ closest_pareto_point.vothap_tot }}

{% if closest_pareto_expenditures %}

Expenditures for Closest Pareto Point

Healthcare: {{ closest_pareto_expenditures.healthcare }}

Education: {{ closest_pareto_expenditures.education }}

Infrastructure: {{ closest_pareto_expenditures.infrastructure }}

Defense: {{ closest_pareto_expenditures.defense }}

Environment: {{ closest_pareto_expenditures.environment }}

{% endif %} {% endif %} {% if unique_votes %}

Cardinal Vote for Pareto Points

{% for vote in unique_votes %} {% endfor %} {% if closest_pareto_point %} {% endif %}
Total Expenditure Total Voter Happiness Healthcare Education Infrastructure Defense Environment Vote Vote Totals Result
{{ vote[0] }} {{ vote[1] }} {{ vote[2] }} {{ vote[3] }} {{ vote[4] }} {{ vote[5] }} {{ vote[6] }} {{ vote[7] }} {% if winning_point and winning_point.total_expend == vote[0] and winning_point.vothap_tot == vote[1] %}WINNER{% endif %}
{{ closest_pareto_point.total_expend }} {{ closest_pareto_point.vothap_tot }} {{ closest_pareto_expenditures.healthcare }} {{ closest_pareto_expenditures.education }} {{ closest_pareto_expenditures.infrastructure }} {{ closest_pareto_expenditures.defense }} {{ closest_pareto_expenditures.environment }} {{ closest_pareto_point.total_votes }} {% if winning_point and winning_point.total_expend == closest_pareto_point.total_expend and winning_point.vothap_tot == closest_pareto_point.vothap_tot %}WINNER{% endif %}

Remaining points: 100

{% endif %}

Effects Table

{% for row in effects_table %} {% endfor %}
Policy Healthcare Education Infrastructure Defense Environment
{{ row.policy }} {{ row.healthcare }} {{ row.education }} {{ row.infrastructure }} {{ row.defense }} {{ row.environment }}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}