{{ extends 'global/Page.html' }} {{ block title }} Estimating the GDP per capita - Country {{ player.round_number }} of {{ C.NUM_ROUNDS }} {{ endblock }} {{ block content }}

Result of the estimation
The algorithm's estimate: {{ player.gdpcappredict}}
Submitted estimate: {{ player.finalguess }}
Actual GDP per capita: {{ player.gdpcap }}
Deviation of the submitted estimate from the actual GDP per capita: {{ player.finalpredictionerror}}
Profit for this estimation: {{ player.reward}}

In this diagram you find all estimates as well as your confidence in these estimates.


{{ endblock }}