Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 26, 2021
1 parent d1de983 commit a07e539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stats/outliers.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ const getThresholdIndexes = function (
// it is.
// - This can lead to quantileRatio being much higher than it should just
// because the measures close to `minIndex` happen to be close to each other.
// We use imperative code and positional arguments for performance.
// eslint-disable-next-line max-statements, complexity, max-params
const getOutliersIncrement = function (
quantiles,
Expand Down

0 comments on commit a07e539

Please sign in to comment.