deltasdifferences
Deltasdifferences is a concept in data analysis and mathematics that refers to a class of measures used to quantify how two sequences diverge by examining the changes between consecutive elements, or deltas, in each sequence. It focuses on the comparison of rates of change rather than on absolute values.
Definition: Let X = (x1, ..., xn) and Y = (y1, ..., yn) be two real-valued sequences of equal length.
Interpretation: The score reflects how the rate of change between the two series differs over time, emphasizing
Computation and variants: One may also consider second differences (differences of deltas) or alternative cross-difference forms.
Applications: Deltasdifferences is used in time-series analysis, change-point detection, financial data comparison, sensor data fusion, quality
Example: X = [1,3,4,8], Y = [2,4,4,7]. ΔX = [2,1,4], ΔY = [2,0,3], D = [0,1,1]. L2 norm ≈ 1.414; L1 norm