MCPcopy Create free account
hub / github.com/plotly/plotly.js / computeLowerOutlierBound

Function computeLowerOutlierBound

src/traces/box/calc.js:433–435  ·  view source on GitHub ↗
(cdi)

Source from the content-addressed store, hash-verified

431// 3 IQR below (don't clip to max/min,
432// this is only for discriminating suspected & far outliers)
433function computeLowerOutlierBound(cdi) {
434 return 4 * cdi.q1 - 3 * cdi.q3;
435}
436
437// 3 IQR above (don't clip to max/min,
438// this is only for discriminating suspected & far outliers)

Callers 1

calc.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…