Computes the distribution of values in the list {0}, into a table of buckets. These buckets include Start, Center, and End ...

Computes the distribution of values in the list {0}, into a table of buckets. These buckets include Start, Center, and End fields (in the unit of the datatype) and a Count of items in the bucket (a number).
    Optional parameters include:
    
  • {1}: the number of buckets desired. If null, the function defaults to the square root of the number of items in the list, rounded up to the next integer.
  • {2}: the start and end values for the entire range, encoded as a list.