Package | Description |
---|---|
desmoj.core.dist |
Distributions to model stochastic effects.
|
Modifier and Type | Method and Description |
---|---|
Function |
ContDistCustom.getFunction()
Returns the upper bound of possible values of this distribution.
|
Constructor and Description |
---|
ContDistCustom(Model owner,
java.lang.String name,
Function function,
double lower,
double upper,
boolean showInReport,
boolean showInTrace)
Instantiates the CustomContDist, making it possible to get samples.
|