frequenciesD

fun frequenciesD(dc: DataColumn<Double>, name: String? = dc.name()): IntegerFrequency

Return

converts the double values to integers and then returns the frequencies of the integers in the column

Parameters

dc

the column to count

name

an optional name for the returned frequencies