Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=72531
Forum: 17 · Topic 72531 · 1 post(s)
Apprentice · Wed Jul 20, 2022 5:01 am

Based on source https://www.prorealcode.com/prorealtime … ng-median/
Let us define the median of N numerical values by: The median of a list of N values is found by sorting the input array in increasing order, and taking the middle value. The median of a list of N values has the property that in the list there are as many greater as smaller values than this element.