pyprobe.analysis.time_series#
Analysis functions for manipulating time series data.
Functions
|
Align the data of two Result objects from the cross-correlation of two columns. |
- align_data(result1, result2, column1, column2)#
Align the data of two Result objects from the cross-correlation of two columns.
The date column of result2 is shifted to best align column2 with column1 from result1.
- Parameters:
- Returns:
The two Result objects, with the second one shifted.
- Return type: