correlation_shift¶
- mdhelper.analysis.polymer.correlation_shift(*args, **kwargs) ndarray[float] [source]¶
Evaluates the autocorrelation function (ACF) or cross-correlation function (CCF) of a time series directly by using sliding windows along the time axis.
Note
This is an alias function. For more information, see
mdhelper.algorithm.correlation.correlation_shift()
.