das.event_utilsΒΆ

Utilities for handling events.

Functions

detect_events(event_probability[, thres, ...])

Detect events as peaks in probabilitiy.

evaluate_eventtimes(eventtimes_true, ...[, tol])

[summary]

event_interval_filter(events[, ...])

[summary]

find_nearest(array, values)

Find nearest occurrence of each item of values in array.

match_events(eventindices_true, ...[, tol])

Find events eventindices_pred that match those (within tol) in eventindices_true.