IMSL C# Numerical Library

Ranks Members

Ranks overview

Public Static Methods

ExpectedNormalOrderStatistic Returns the expected value of a normal order statistic.

Public Instance Constructors

Ranks Constructor Constructor for the Ranks class.

Public Instance Properties

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

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetBlomScores Gets the Blom version of normal scores for each observation.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
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 (inherited from Object) Gets the Type of the current instance.
GetVanDerWaerdenScores Gets the Van der Waerden version of normal scores for each observation.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Ranks Class | Imsl.Stat Namespace | Example