Click or drag to resize
ArrayStatisticsRanksInplace Method
Evaluates the rank of each entry of the unsorted data array. The rank definition can be specified to be compatible with an existing system. WARNING: Works inplace and can thus causes the data array to be reordered.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static double[] RanksInplace(
	double[] data,
	RankDefinition definition = RankDefinition.Average
)

Parameters

data
Type: SystemDouble
definition (Optional)
Type: MathNet.Numerics.StatisticsRankDefinition

Return Value

Type: Double
See Also