@bunchmark/stats
Advanced tools
Comparing version 1.0.0-pre-1 to 1.0.0-pre-2
{ | ||
"name": "@bunchmark/stats", | ||
"version": "1.0.0-pre-1", | ||
"version": "1.0.0-pre-2", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "description": "The bunchmark statistical routines.", |
@@ -94,6 +94,2 @@ # @bunmchmark/stats | ||
### logMAD(array, logMedian = Math.log2(median(array))) | ||
Similar to MAD, but works in log space. This is better suited for the benchmark use case since the timing distributions look log-normal (or even more skewed). The MAD gives undue weight to the right tail. | ||
## Statistical tests | ||
@@ -100,0 +96,0 @@ |
314580
147