Skip to content

Commit

Permalink
Change base amount
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 19, 2021
1 parent 0bd1e71 commit 00f4d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/outliers_logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const getQuantileRatio = function (widthPercentage, quantilePercentage) {
// A higher value is less accurate as more information is trimmed.
// A lower value is less precise as outliers will have a higher impact on the
// mean. It also results in poorer histograms.
const OUTLIERS_BASE_AMOUNT = 0.08
const OUTLIERS_BASE_AMOUNT = 0.06
// Computes based on a 50% width reduction
const OUTLIERS_BASE_WIDTH = 0.5
const OUTLIERS_THRESHOLD = getQuantileRatio(
Expand Down

0 comments on commit 00f4d62

Please sign in to comment.