Update website (without merge conflict) #4

Merged
loos merged 8 commits from mveril/QUESTDB:website into master 2020-11-19 16:26:16 +01:00
Showing only changes of commit 50e1d0025e - Show all commits

View File

@ -794,13 +794,13 @@ So with $\nExnn$ the size of the vector $\vec{\err^x_\meth}$
\begin{gather}
MSE_\meth = \overline{{\vec{\err_\meth}}} = \frac{1}{\nExnn}\sum_{x=1}^\nExnn\err_\meth^x \\
MAE_\meth = \overline{\abs{\vec{\err_\meth}}} \\
RMSE_\meth = \sqrt{\overline{\vec{\err_\meth}^2}} \\
\end{gather}
These statistics data inform about the accuracy of the methods compared to the reference.
\begin{gather}
RMSE_\meth = \sqrt{\overline{\vec{\err_\meth}^2}} \\
SDE_\meth = \sqrt{\frac{1}{\nExnn}\sum_{x=1}^\nExnn(\err_x-MAE)^2}
\end{gather}
These statistics data inform about the precision of the methods compared to the reference.
This statistics data inform about the precision of the methods compared to the reference.
On the website the statistics are forwarded in a table and in a box plot graph.
%------------------------------------------------