RePast
v. 2.0

uchicago.src.sim.stats
Class Pareto

java.lang.Object
  |
  +--uchicago.src.sim.stats.Pareto

public class Pareto
extends Object


Constructor Summary
Pareto(double loc, double shape)
           
Pareto(double loc, double shape, edu.cornell.lassp.houle.RngPack.RandomElement randomGen)
           
 
Method Summary
 double nextDouble()
           
 double nextDouble(double loc, double shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pareto

public Pareto(double loc,
              double shape,
              edu.cornell.lassp.houle.RngPack.RandomElement randomGen)

Pareto

public Pareto(double loc,
              double shape)
Method Detail

nextDouble

public double nextDouble()

nextDouble

public double nextDouble(double loc,
                         double shape)

RePast
v. 2.0

Bug reports and feature requests to RePast