Click or drag to resize

NMathFunctionsMedian Method

Overload List
 NameDescription
Public methodStatic memberMedian(Double) Returns the median of the given data.
Public methodStatic memberMedian(DoubleMatrix) Computes the median of each of the matrix columns.
Public methodStatic memberMedian(DoubleVector) Calculates the median value of a given vector's elements.
Public methodStatic memberMedian(FloatMatrix) Computes the median of each of the matrix columns.
Public methodStatic memberMedian(FloatVector) Calculates the median value of a given vector's elements.
Public methodStatic memberMedian(IDFColumn) Returns the median of the given data.
Public methodStatic memberMedian(Int32) Returns the median of the given data.
Public methodStatic memberMedian(Single) Returns the median of the given data.
Public methodStatic memberMedian(Double, Boolean) Returns the median of an array of data with the option for preserving or destroying the original input data.
Public methodStatic memberMedian(Int32, Boolean) Returns the median of an array of data with the option for preserving or destroying the original input data.
Public methodStatic memberMedian(Single, Boolean) Returns the median of an array of data with the option for preserving or destroying the original input data.
Top
See Also