Returns the ranks of the observations.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public NumericalVariable GetRanks(
RankTiebreaker tiebreaker,
double tolerance
)
Public Function GetRanks (
tiebreaker As RankTiebreaker,
tolerance As Double
) As NumericalVariable
public:
NumericalVariable^ GetRanks(
RankTiebreaker tiebreaker,
double tolerance
)
member GetRanks :
tiebreaker : RankTiebreaker *
tolerance : float -> NumericalVariable
Parameters
- tiebreaker
- Type: Extreme.StatisticsRankTiebreaker
A RankTiebreaker value that specifies how to assign
the ranks of tied observations. - tolerance
- Type: SystemDouble
The
Return Value
Type:
NumericalVariableA
NumericalVariable containing the ranks of each observation.
The smallest observation has rank 1.
Observations that are within the value tolerance of each other
are considered equal. If several values are equal, then the rank is
assigned using the method specified by tiebreaker.
The rank for missing values is NaN.
Numerical Libraries
Supported in: 5.x, 4.x
Reference