Uses of Class
cern.jet.random.Pareto

Packages that use Pareto
uk.ac.ed.inf.utils.stats   
 

Uses of Pareto in uk.ac.ed.inf.utils.stats
 

Subclasses of Pareto in uk.ac.ed.inf.utils.stats
 class PseudoTruncatedPareto
          A truncated pareto distribution which stores a big lists of power-law extracted random numbers.
 class TruncatedPareto
          A utility class to extract from a truncated Pareto (power-law, long-tail) distribution.
 

Methods in uk.ac.ed.inf.utils.stats that return Pareto
 Pareto TruncatedPareto.getPareto()
           
 

Methods in uk.ac.ed.inf.utils.stats with parameters of type Pareto
static java.util.TreeMap<java.lang.Integer,java.lang.Integer> StatUtils.paretoFrequencies(Pareto pareto, int numberOfExtractions)
          Extracts numbers from a pareto distribution for the given number of times and records the freqencies with which the integers have been extracted