extracting from a histogram?

elbyfitch's icon

hi, I'm trying to find a way of analysing the data in a histo object (finding an average or the most frequent number) but I can't think how to do that without sending each individual value into the right inlet - which doesn't seem practical with over 100 values - and then analysing the output from there.

Is there a certain message I can send to the histo object or should I look at other ways of recording data?

thanks

flim's icon
Chris Muir's icon

What flim said. Histo was designed to feed a table, which has a variety of ways it can be queried.

elbyfitch's icon

ah brilliant thank you!