{% extends "global/Page.html" %} {% load otree static %} {% block title %} Algorithm Support {% endblock %} {% block content %} An algorithm has determined a demand forecast for the {{ total_number_products }} products. It calculates the forecast for a product by computing the average of the demand history of the last 10 periods.


The algorithmic demand forecast for Period \(t=11\) is computed by:

\[{300 + 400 + 700 + 500 + 300 + 400 + 700 + 800 + 500 + 400 \over {{ total_number_products }}} = 500\]
The demand forecast for Period \(t=11\) is: \(500\)

In the following, you will see the {{ total_number_products }} products again. You will see your initial forecast and the forecast of the algorithm. If you wish, you can update your final forecast for the product.

Your bonus reward will only depend on the final forecast.


Please tell us what you think about the algorithm:
{{ questionnaire_1 }}


Please answer all questions to continue.

{{ formfield_errors 'questions_aft_explain_answers' }} {% endblock %}