geoist.snoopy.algorithms.correlator_algorithms package

Submodules

geoist.snoopy.algorithms.correlator_algorithms.all module

geoist.snoopy.algorithms.correlator_algorithms.cross_correlator module

class geoist.snoopy.algorithms.correlator_algorithms.cross_correlator.CrossCorrelator(time_series_a, time_series_b, max_shift_seconds=None, shift_impact=None)[源代码]

基类:geoist.snoopy.algorithms.correlator_algorithms.CorrelatorAlgorithm

Method 1: CrossCorrelation algorithm. Ideas come from Paul Bourke(http://paulbourke.net/miscellaneous/correlate/).

Module contents