d3.thresholdFreedmanDiaconis()
  • References/JavaScript/D3.js/Array

d3.thresholdFreedmanDiaconis(values, min, max) Returns the number of bins according to the

2025-01-10 15:47:30
d3.extent()
  • References/JavaScript/D3.js/Array

d3.extent(array[, accessor]) Returns the minimum

2025-01-10 15:47:30
histogram.thresholds()
  • References/JavaScript/D3.js/Array

histogram.thresholds([count]) histogram.thresholds([thresholds]) If thresholds

2025-01-10 15:47:30
d3.mean()
  • References/JavaScript/D3.js/Array

d3.mean(array[, accessor]) Returns the mean of the given array of numbers. If the array is empty, returns undefined

2025-01-10 15:47:30
d3.thresholdScott()
  • References/JavaScript/D3.js/Array

d3.thresholdScott(values, min, max) Returns the number of bins according to

2025-01-10 15:47:30
d3.permute()
  • References/JavaScript/D3.js/Array

d3.permute(array, indexes) Returns a permutation of the specified array using the specified array of indexes

2025-01-10 15:47:30
d3.quantile()
  • References/JavaScript/D3.js/Array

d3.quantile(array, p[, accessor]) Returns the p-quantile of the given sorted array of numbers

2025-01-10 15:47:30
d3.shuffle()
  • References/JavaScript/D3.js/Array

d3.shuffle(array[, lo[, hi]]) Randomizes the order of the specified array using the

2025-01-10 15:47:30
histogram.domain()
  • References/JavaScript/D3.js/Array

histogram.domain([domain]) If domain is specified, sets the domain accessor to the specified function or array

2025-01-10 15:47:30
histogram()
  • References/JavaScript/D3.js/Array

histogram(data) Computes the histogram for the given array of data samples. Returns an array of bins, where each bin

2025-01-10 15:47:30