Click or drag to resize

SortedArrayStatisticsRanks(Single, RankDefinition) Method

Evaluates the rank of each entry of the sorted data array (ascending). The rank definition can be specified to be compatible with an existing system.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double[] Ranks(
	float[] data,
	RankDefinition definition = RankDefinition.Average
)

Parameters

data  Single
The sorted data array.
definition  RankDefinition  (Optional)
Rank definition indicating how to handle ties.

Return Value

Double
An array of ranks corresponding to each entry in the input data.
See Also