Overload List

  NameDescription
Median(DoubleMatrix)
Computes the median of each of the matrix columns.
Median(DoubleVector)
Calculates the median value of a given vector's elements.
Median(FloatMatrix)
Computes the median of each of the matrix columns.
Median(FloatVector)
Calculates the median value of a given vector's elements.
Median(array<Double>[]()[])
Returns the median of the given data.
Median(array<Int32>[]()[])
Returns the median of the given data.
Median(array<Single>[]()[])
Returns the median of the given data.
Median(array<Double>[]()[], Boolean)
Returns the median of an array of data with the option for preserving or destroying the original input data.
Median(array<Int32>[]()[], Boolean)
Returns the median of an array of data with the option for preserving or destroying the original input data.
Median(array<Single>[]()[], Boolean)
Returns the median of an array of data with the option for preserving or destroying the original input data.

See Also