Skip to content

Commit

Permalink
chore: change to update deployments (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Nov 15, 2024
1 parent 4339121 commit 82a0736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/rctool/templates/rctool/rctool/tour/slide5.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ <h6 style="color: #003466; margin-bottom: 10px; font-weight:bold;">To Fit and to
</small>
</div>
<div style="display: flex; align-items: center; justify-content: center;">
<img src="{% static 'images/RMSE.png' %}" style="height:60px">
<img src="{% static 'images/RMSE.png' %}" style="height:64px">
</div>
<div style="margin-bottom:15px;">
<a class='key-term' href='#' "The difference between the predicted and the observed value, divided by the observed value, then multiplied by 100.">Percent Error</a><br>
<small class='text-description'>Percent error is calculated by the following equation where <em>Q</em> is discharge and an example is shown by the figure below. This plot is useful for analyzing the error distribution and identifying outliers.</small>
</div>
<div style="display: flex; align-items: center; justify-content: center;">
<img src="{% static 'images/QPE.png' %}" style="height:60px; margin-bottom:10px;">
<img src="{% static 'images/QPE.png' %}" style="height:64px; margin-bottom:10px;">
</div>
<div style="display: flex; align-items: center; justify-content: center;">
<img src="{% static 'images/fig_rating_error_legend.JPG' %}" class="slideshow-figure">
Expand All @@ -37,7 +37,7 @@ <h6 style="color: #003466; margin-bottom: 10px; font-weight:bold;">To Fit and to
The Mean Average Percentage Error (MAPE) is calculated similarly to the Percent Error, but averaged over all observed values.
</small>
<div style="display: flex; align-items: center; justify-content: center;">
<img src="{% static 'images/MAPE.png' %}" style="height:60px">
<img src="{% static 'images/MAPE.png' %}" style="height:64px">
</div>
</div>
</div>

0 comments on commit 82a0736

Please sign in to comment.