<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Most frequent value in a data set]]></title><description><![CDATA[<p>Hi everybody, I need to find the most frequent value in a data set, like this:<br />
<a href="https://en.wikipedia.org/wiki/Mode_(statistics)" rel="nofollow">https://en.wikipedia.org/wiki/Mode_(statistics)</a></p>
<p>Any idea if an object exist or a way to achieve that in pd?</p>
<p>Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 22:35:35 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11229.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jan 2018 21:07:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Most frequent value in a data set on Fri, 19 Jan 2018 21:07:00 GMT]]></title><description><![CDATA[<p>Hi everybody, I need to find the most frequent value in a data set, like this:<br />
<a href="https://en.wikipedia.org/wiki/Mode_(statistics)" rel="nofollow">https://en.wikipedia.org/wiki/Mode_(statistics)</a></p>
<p>Any idea if an object exist or a way to achieve that in pd?</p>
<p>Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set</guid><dc:creator><![CDATA[60hz]]></dc:creator><pubDate>Fri, 19 Jan 2018 21:07:00 GMT</pubDate></item><item><title><![CDATA[Reply to Most frequent value in a data set on Fri, 19 Jan 2018 21:54:19 GMT]]></title><description><![CDATA[<p>@60htz Go through data set and count up for each unique value, then go through the counts and choose the highest?</p>
<p>This can be done with [until] and [text search]. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set/2</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Fri, 19 Jan 2018 21:54:19 GMT</pubDate></item><item><title><![CDATA[Reply to Most frequent value in a data set on Fri, 19 Jan 2018 22:35:17 GMT]]></title><description><![CDATA[<p>@60htz With [text search name &lt; field] it is even possible without until. This assumes that the count is always less than a million. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";)" alt=";)" /><br />
<a href="/uploads/files/1516401236896-mode.pd">mode.pd</a><br />
<img src="/uploads/files/1516401217618-screenshot-from-2018-01-19-23-31-44.png" alt="Screenshot from 2018-01-19 23:31:44.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set/3</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Fri, 19 Jan 2018 22:35:17 GMT</pubDate></item><item><title><![CDATA[Reply to Most frequent value in a data set on Sat, 20 Jan 2018 00:19:10 GMT]]></title><description><![CDATA[<p>Wonderful <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";)" alt=";)" /><br />
<a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> Thanks a lot! Not that easy at the end!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11229/most-frequent-value-in-a-data-set/4</guid><dc:creator><![CDATA[60hz]]></dc:creator><pubDate>Sat, 20 Jan 2018 00:19:10 GMT</pubDate></item></channel></rss>