tools
Class Pareto

java.lang.Object
  extended by tools.DistributionSampler
      extended by tools.Pareto

public class Pareto
extends DistributionSampler


Constructor Summary
Pareto(double k, double a, double b)
           
 
Method Summary
 double next()
           
static double pareto(double k, double a, double b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pareto

public Pareto(double k,
              double a,
              double b)
Method Detail

next

public double next()
Specified by:
next in class DistributionSampler

pareto

public static double pareto(double k,
                            double a,
                            double b)