Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 7, 2021
1 parent f2b141c commit b89d74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/outliers/threshold.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const THRESHOLDS_FACTOR = getThresholdsFactor()
// Retrieve each threshold.
// Each next one is divided by THRESHOLDS_SPREAD.
// There are THRESHOLDS_COUNT of them in total.
// Their center value is OUTLIERS_BASE_THRESHOLD.
// Their center value is THRESHOLDS_BASE.
const getThresholds = function () {
return Array.from({ length: THRESHOLDS_COUNT }, getThreshold)
}
Expand Down

0 comments on commit b89d74b

Please sign in to comment.