utilsΒΆ
It contains classes and functions of general utility.
Functions
argmax |
Returns the indices of the maximum values along an axis. |
check_first_arg |
Check first arg is true. |
check_first_arg_false |
Check first arg is false. |
clear_fluctuations |
Clears the gear identification fluctuations. |
get_inliers |
Returns the inliers data. |
index_phases |
Return the indices of the phases when is true. |
mad |
Median Absolute Deviation. |
mae |
Mean absolute error. |
median_filter |
Calculates the moving median-high of y values over a constant dx. |
numpy_random_seed |
Set temporary the numpy random state. |
reject_outliers |
Calculates the median and standard deviation of the sample rejecting the outliers. |
sliding_window |
Returns a sliding window (of width dx) over data from the iterable. |
Classes
Constants |
|
List |