tspy.data_structures.transforms.BinaryTransform module¶
-
class
tspy.data_structures.transforms.BinaryTransform.BinaryTransform¶ Bases:
objectMethods
evaluate(time_series_left, …)given a data_structures return a realized time series (ObservationCollection)
-
abstract
evaluate(time_series_left, time_series_right, start, end, inclusive_bounds)¶ given a data_structures return a realized time series (ObservationCollection)
-
abstract