Amogh-kal1's picture
Upload folder using huggingface_hub
db75f77 verified
import count from "../count.js";
export default function thresholdSturges(values) {
return Math.max(1, Math.ceil(Math.log(count(values)) / Math.LN2) + 1);
}