histogram

fun histogram(dc: DataColumn<Double>, breakPoints: DoubleArray = Histogram.recommendBreakPoints(dc.toDoubleArray()), name: String? = dc.name()): Histogram

Return

the histogram on the column