flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
5
VISUALIZACION/node_modules/d3-array/src/threshold/sturges.js
generated
vendored
Executable file
5
VISUALIZACION/node_modules/d3-array/src/threshold/sturges.js
generated
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
import count from "../count.js";
|
||||
|
||||
export default function thresholdSturges(values) {
|
||||
return Math.max(1, Math.ceil(Math.log(count(values)) / Math.LN2) + 1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue