Algorithm MethodsΒΆ
General Functions
rolling_corr(x, yData, winSize[, cMax]) |
Rolling Correlation |
combine_corr(x, w[, method, scale]) |
Combines Weighted Correlation |
uniques(sortedPeaks, srcLen) |
Unique Segment Identification |
get_peaks(x[, minC, dst]) |
Peak Detection |
cluster(segGroups[, segAdder, nClust]) |
Clustering |
resample(x, s) |
Interpolation |
Optimized Functions
rcor(x, Y) |
Correlation of multiple arrays to a single array using a rolling window correlation. |
vcor(x, y) |
Rolling correlation between two arrays. |