Package dev.nm.stat.descriptive.rank
-
Class Summary Class Description Max The maximum of a sample is the biggest value in the sample.Min The minimum of a sample is the smallest value in the sample.Quantile Quantiles are points taken at regular intervals from the cumulative distribution function (CDF) of a random variable.Rank Rank is a relationship between a set of items such that, for any two items, the first is either "ranked higher than", "ranked lower than" or "ranked equal to" the second. -
Enum Summary Enum Description Quantile.QuantileType the available quantile definitionsRank.TiesMethod The method for assigning ranks when some values are equal (called 'ties').