Median VI
Owning Palette: Probability & Statistics VIs
Requires: Base Development System
Finds the median value of the input sequence X by sorting the values of X and averaging the middle element(s) of the sorted array.
中位數,假設X array有2n+1個elements,把輸入X array由小到大排列後,取出第n個element即為中位數。