tmLowRange#
- swordfish.function.tmLowRange()#
For each element Xi in a sliding window of X, count the continuous nearest neighbors to its left that are larger than Xi. Null values are treated as the minimum values.
If X is a matrix, conduct the aforementioned calculation within each column of X.