powered by UserVoice

Add a median function

3 votes
Vote
for

Add a median function

That returns the median of an arbitrary IList<double>, maybe also of an IEnumerable<double>. Note: Math.NET Neodym already implements an optimized sliding window implementation (i.e. a median filter).

powered by UserVoice