You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CountMap.Median() method assumes that the observations can be ordered. While true for numbers, the default ordering may not always be appropriate. An overload for Median that takes an IComparer<T> should be added.
The CountMap.Median() method assumes that the observations can be ordered. While true for numbers, the default ordering may not always be appropriate. An overload for
Medianthat takes anIComparer<T>should be added.