Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
SortedArrayStatistics Class
SortedArrayStatistics Methods
EmpiricalCDF Method
FiveNumberSummary Method
InterquartileRange Method
LowerQuartile Method
Maximum Method
Median Method
Minimum Method
OrderStatistic Method
Percentile Method
Quantile Method
QuantileCustom Method
QuantileRank Method
Ranks Method
UpperQuartile Method
SortedArrayStatistics
Ranks 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:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
double
[]
Ranks
(
double
[]
data
,
RankDefinition
definition
=
RankDefinition
.Average )
Parameters
data
Type:
System
Double
definition
(Optional)
Type:
MathNet.Numerics.Statistics
RankDefinition
Return Value
Type:
Double
See Also
Reference
SortedArrayStatistics Class
MathNet.Numerics.Statistics Namespace