MathMedian
Calculates the median value of array elements. Analog of the median() in R.
double MathMedian(
const double& array[]
);
|
Parameters
array
[in] Array with data for calculation.
start=0
[in] Initial index for calculation.
count=WHOLE_ARRAY
[in] The number of elements for calculation.
Return Value