utilsΒΆ
It contains classes and functions of general utility.
Functions
Returns the indices of the maximum values along an axis. |
|
Check first arg is true. |
|
Check first arg is false. |
|
Clears the gear identification fluctuations. |
|
Returns the inliers data. |
|
Return the indices of the phases when is true. |
|
Median Absolute Deviation. |
|
Mean absolute error. |
|
Calculates the moving median-high of y values over a constant dx. |
|
Set temporary the numpy random state. |
|
A sequence of overlapping sub-sequences. |
|
Calculates the median and standard deviation of the sample rejecting the outliers. |
|
Returns a sliding window (of width dx) over data from the iterable. |
Classes