cogpy.events.match
Event matching and lag estimation primitives.
Pure functions for aligning and comparing discrete event trains across signals or streams.
Functions
|
Estimate time-varying drift between two event trains. |
|
Estimate constant temporal lag between two event trains. |
|
Cross-correlogram (lag histogram) between two event trains. |
|
Match each event in times_a to its nearest event in times_b. |
|
Bijective nearest-neighbor matching between two event trains. |