histogram
fun DoubleArray.histogram(breakPoints: DoubleArray = Histogram.recommendBreakPoints(this)): Histogram
Returns a histogram that summarizes the array of values
Return
a Histogram summarizing the data
Returns a histogram that summarizes the array of values
a Histogram summarizing the data