extracting from a histogram?
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
:)
for average try [mean]
What flim said. Histo was designed to feed a table, which has a variety of ways it can be queried.
ah brilliant thank you!