SortedArrayStatisticsRanks(Double, 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.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double[] Ranks(
double[] data,
RankDefinition definition = RankDefinition.Average
)
Parameters
- data Double
- The sorted data array.
- definition RankDefinition (Optional)
- Definition of ranking to apply.
Return Value
DoubleAn array containing the rank of each entry.
See Also