Function: binCountFor()
binCountFor(
rule,values,__namedParameters):number
The bin count a rule asks for over the given span. The rules are the ones numpy.histogram_bin_edges implements, under the same names — auto is Freedman–Diaconis with Sturges as the floor, which keeps small samples sane.
Parameters
rule
values
number[]
__namedParameters
[number, number]
Returns
number