Home | Trees | Indices | Help |
|
---|
|
Class to produce hit-parades (i.e., a list of the largest and smallest values) out of a one-dimensional time-series.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Input arguments: n -- Number of maxima and minima to remember d -- Minimum gap between two hits real_dtype -- dtype of sequence items integer_dtype -- dtype of sequence indices Note: be careful with dtypes!
|
Return the tuple (maxima, time-indices). Maxima are sorted in descending order. |
Return the tuple (minima, time-indices). Minima are sorted in ascending order. |
Input arguments: inp -- tuple (time-series, time-indices) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 10 15:28:28 2016 | http://epydoc.sourceforge.net |