| ArrayStatisticsMedianInplace Method |
Estimates the median value from the unsorted data array.
WARNING: Works inplace and can thus causes the data array to be reordered.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public static double MedianInplace(
double[] data
)
Parameters
- data
- Type: SystemDouble
Sample array, no sorting is assumed. Will be reordered.
Return Value
Type:
DoubleSee Also