SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.descriptive.rank

Class Summary
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 Rankin 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
Quantile.Type the quantile definitions available For details, please refer to Sample quantiles in statistical packages by Hyndman, R.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.