{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
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 = ""%}
| Period | Demand | Point Forecast | Lower Bound Forecast | Upper Bound Forecast | Service Level | Order Quantity | Mismatch Cost | Profit |
| {{ 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 }} | - | - | - | - | - | - | - |