pybec.analysis.find_jumps

pybec.analysis.find_jumps(arr, thresh=10)[source]

Detect where the trajectory has anomolous values.

Parameters

arr (numpy.ndarray) – Nx0 array of values to check for outliers

Returns

Array of indices in which input array has a value larger than thresh

Return type

np.ndarray