Page MenuHomeSoftware Heritage

scott.js
No OneTemporary

scott.js

import count from "../count.js";
import deviation from "../deviation.js";
export default function thresholdScott(values, min, max) {
return Math.ceil((max - min) * Math.cbrt(count(values)) / (3.49 * deviation(values)));
}

File Metadata

Mime Type
text/x-java
Expires
Fri, Jul 4, 1:22 PM (6 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3359374

Event Timeline