extract.incremental.lag
apply_lag
def apply_lag(lag: float, initial_value: TCursorValue,
last_value: TCursorValue,
last_value_func: LastValueFunc[TCursorValue]) -> TCursorValue
Applies lag to last_value
but prevents it to cross initial_value
: observing order of last_value_func