Hello i have an array and i just want to find the mode from this array. I thought there would be a unity function like .getmode or something but i haven’t found anything, after much searching on the internet i have yet to find a solution for what feels like a trivial matter and its got me very frustrated . pls help
Here is a link to some C# extension method source code that will calculate mode and a few other statistics calculations for your arrays.
http://www.remondo.net/calculate-mean-median-mode-averages-csharp/