mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Replace MAD by MAE
This commit is contained in:
parent
abaee88903
commit
220314190b
@ -364,7 +364,7 @@ draft: false
|
|||||||
var box = {
|
var box = {
|
||||||
x: noNanVals,
|
x: noNanVals,
|
||||||
amean: ss.mean(avals).toFixed(3),
|
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',
|
type: 'box',
|
||||||
boxmean: 'sd'
|
boxmean: 'sd'
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user