10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Replace MAD by MAE

This commit is contained in:
Mickaël Véril 2020-09-15 15:56:15 +02:00
parent abaee88903
commit 220314190b

View File

@ -364,7 +364,7 @@ draft: false
var box = {
x: noNanVals,
amean: ss.mean(avals).toFixed(3),
name: key.toString() + " MAD : " + ss.mean(avals).toPrecision(4),
name: key.toString() + " MAE : " + ss.mean(avals).toPrecision(4),
type: 'box',
boxmean: 'sd'
};