verse.analysis.dryvr.calcDelta
- verse.analysis.dryvr.calcDelta(lower, upper)
 Calculate the delta value between the lower and upper bound The function only supports list since we assue initial set is always list
- Args:
 lower (list): lowerbound. upper (list): upperbound.
- Returns:
 delta (list of float)