spleaf.cov.merge_series#

spleaf.cov.merge_series(list_t, *args)#

Merge and sort several time series by increasing time.

Parameters:
list_tlist of ndarrays

Times of measurement for each time series.

*argsadditional lists of ndarrays

Complementary arrays to be merged and sorted with the same order as the time.

Returns:
full_tndarray

Merged and sorted array of times.

*full_argsadditional ndarrays

Merged and sorted complementary arrays.

series_indexlist of ndarrays

Indices corresponding to each time series in the merged arrays.