public class LomaxDistribution extends ParetoDistr implements ContinuousDistribution
| Constructor and Description |
|---|
LomaxDistribution(double shape,
double location,
double shift)
Instantiates a new lomax distribution.
|
LomaxDistribution(java.util.Random seed,
double shape,
double location,
double shift)
Instantiates a new lomax distribution.
|
| Modifier and Type | Method and Description |
|---|---|
double |
sample()
Sample the random number generator.
|
public LomaxDistribution(double shape,
double location,
double shift)
shape - the shapelocation - the locationshift - the shiftpublic LomaxDistribution(java.util.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 ParetoDistr