est.core.monotonic#
Functions
|
|
|
Determine the length of the first monotonically increasing or decreasing slice starting from the first value. |
|
Average non-zero value. |
|
The provided values are piecewise monotonic which means that it consists of sections that are either monotonically increasing (∀ i ≤ j, x[i] ≤ x[j]) or monotonically decreasing (∀ i ≤ j, x[i] ≥ x[j]). |