public class LomaxDistribution extends ParetoDistr implements ContinuousDistribution
| Constructor and Description |
|---|
LomaxDistribution(double shape,
double location,
double shift)
Instantiates a new lomax distribution.
|
LomaxDistribution(Random seed,
double shape,
double location,
double shift)
Instantiates a new lomax distribution.
|
public LomaxDistribution(double shape,
double location,
double shift)
shape - the shapelocation - the locationshift - the shiftpublic LomaxDistribution(Random seed, double shape, double location, double shift)
seed - the seedshape - the shapelocation - the locationshift - the shiftpublic double sample()
ContinuousDistributionsample in interface ContinuousDistributionsample in class ParetoDistrCopyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.