verse.analysis.dryvr_disc.calcDelta

verse.analysis.dryvr_disc.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)