frequencies

abstract val frequencies: IntArray(source)

Returns an array of size numberOfCells containing the frequencies for each value observed. The 0th element is the frequency for the value stored at element 0 of the array returned by the values property

Return

the array of frequencies observed or an empty array