![]() | NMath |
Name | Description | |
---|---|---|
![]() ![]() | Median(Double) | Returns the median of the given data. |
![]() ![]() | 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(IDFColumn) | Returns the median of the given data. |
![]() ![]() | Median(Int32) | Returns the median of the given data. |
![]() ![]() | Median(Single) | Returns the median of the given data. |
![]() ![]() | Median(Double, Boolean) | Returns the median of an array of data with the option for preserving or destroying the original input data. |
![]() ![]() | Median(Int32, Boolean) | Returns the median of an array of data with the option for preserving or destroying the original input data. |
![]() ![]() | Median(Single, Boolean) | Returns the median of an array of data with the option for preserving or destroying the original input data. |