MCPcopy Index your code
hub / github.com/plotly/plotly.js / computeUpperOutlierBound

Function computeUpperOutlierBound

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

Source from the content-addressed store, hash-verified

437// 3 IQR above (don't clip to max/min,
438// this is only for discriminating suspected & far outliers)
439function computeUpperOutlierBound(cdi) {
440 return 4 * cdi.q3 - 3 * cdi.q1;
441}
442
443// 95% confidence intervals for median
444function computeNotchSpan(cdi, N) {

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…