public class ResultInterval extends ResultValue
ResultValue.Field| Modifier | Constructor and Description |
|---|---|
protected |
ResultInterval(CalculationResult calculationResult,
String label,
double value,
double lowerBound,
double upperBound)
Constructor for ResultInterval.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getLowerBound()
Gets lower bound of the range.
|
double |
getUpperBound()
Gets upper bound of the range.
|
getCalculationResult, getLabel, getValue, toJson, toStringprotected ResultInterval(CalculationResult calculationResult, String label, double value, double lowerBound, double upperBound)
calculationResult - Marginal containing the data setlabel - entry label (state or range); if null is provided, the label will be computed from range boundsvalue - probability mass valuelowerBound - lower bound of the rangeupperBound - upper bound of the rangeCopyright © 2022. All rights reserved.