mango.itemfreq

mango.itemfreq(input)

Like scipy.stats.itemfreq(), returns a frequency count for the unique element values of the input array.

Parameters:input (mango.Dds) – Frequency counts calculated for the elements of this array.
Return type:tuple
Returns:The (elems, counts) pair.

Previous topic

mango.unique

Next topic

mango.have_same_subd_decomp

This Page