public class ParetoDistr extends Object implements ContinuousDistribution
| Constructor and Description |
|---|
ParetoDistr(double shape,
double location)
Instantiates a new pareto distr.
|
ParetoDistr(Random seed,
double shape,
double location)
Instantiates a new pareto distr.
|
public ParetoDistr(Random seed, double shape, double location)
seed - the seedshape - the shapelocation - the locationpublic ParetoDistr(double shape,
double location)
shape - the shapelocation - the locationpublic double sample()
ContinuousDistributionsample in interface ContinuousDistributionCopyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.