{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
COST INFORMATION
If you order too much, the cost per unit of positive inventory remaining is {{ Constants.overage_cost }} tokens.
If you order too little, the cost per unit of unsatisfied demand is {{ Constants.underage_cost }} tokens.

TASK DESCRIPTION (PERIOD {{ period }}):
(2) DISTRIBUTION FORECAST

Make a distribution forecast for demand in period {{ next_period }}.

Estimate the 90% confidence interval so that you expect 90% of all future demands to lie somewhere within this interval. The midpoint of the interval is the point forecast you just entered.

Please enter the lower bound of this interval(the higher bound will be automatically calculated so that the interval is symmetric about your point forecast).


Your Point forecast was {{ point_forecast }}

ENTER YOUR LOWER BOUND FORECAST for 90% CONFIDENCE LEVEL : {% formfield group.distribution_forecast label = ""%}


HISTORY (if necessary use the scroll bar to view the entire history)
Period Demand Point Forecast Lower Bound Forecast Upper Bound Forecast Service Level Order Quantity Mismatch Cost Profit
{% for p in groups_in_previous_rounds %} {% endfor %} {% for k in demand_series %} {%if forloop.revcounter <= 50 %} {% endif %} {% endfor %}
{{ p.new_round_number }} {{ p.demand }} {{ p.point_forecast }} {{ p.distribution_forecast }} {{ p.upper_bound }} {{ p.service_level }} {{ p.order_quantity }} {{ p.mismatch_cost }} {{ p.profit }}
{{ forloop.revcounter }} {{ k }} - - - - - - -
{% endblock %}