10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Use <abbr/> for acronyms in statistics header

This commit is contained in:
Mickaël Véril 2020-04-30 18:21:38 +02:00
parent 73050812cd
commit 061d91f803

View File

@ -708,13 +708,13 @@ draft: false
<th scope="col">Count</th>
<th scope="col">Min</th>
<th scope="col">Max</th>
<th scope="col">MSE</th>
<th scope="col">MAE</th>
<th scope="col"><abbr title="Mean signed error">MSE</abbr></th>
<th scope="col"><abbr title="Mean absolute error">MAE</abbr></th>
<th scope="col">Median</th>
<th scope="col">Absolute Median</th>
<th scope="col">RMSE</th>
<th scope="col"><abbr title="Root-mean square error ">RMSE</abbr></th>
<th scope="col">Variance</th>
<th scope="col">SDE</th>
<th scope="col"><abbr title="Standard deviation of the errors">SDE</abbr></th>
</thead>
<tbody>
</tbody>