public interface BoundedDistribution
Modifier and Type | Method and Description |
---|---|
void |
setLowerBoundValue(Matrix lowerBoundValue)
This method sets the lower bound.
|
void |
setUpperBoundValue(Matrix upperBoundValue)
This method sets the lower bound.
|
void setLowerBoundValue(Matrix lowerBoundValue)
lowerBoundValue
- a Matrix instancevoid setUpperBoundValue(Matrix upperBoundValue)
upperBoundValue
- a Matrix instance