The Ranks type exposes the following members.

Constructors

NameDescription
Ranks
Constructor for the Ranks class.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpectedNormalOrderStatistic
Returns the expected value of a normal order statistic.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBlomScores
Gets the Blom version of normal scores for each observation.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNormalScores
Gets the expected value of normal order statistics (for tied observations, the average of the expected normal scores).
GetRanks
Gets the rank for each observation.
GetSavageScores
Gets the Savage scores. (the expected value of exponential order statistics)
GetTukeyScores
Gets the Tukey version of normal scores for each observation.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetVanDerWaerdenScores
Gets the Van der Waerden version of normal scores for each observation.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
Fuzz
The fuzz factor used in determining ties.
Random
The Random object.
TieBreaker
The tie breaker for Ranks.

See Also