is_monotonous {LMD} | R Documentation |
Method for checking if signal is increasing or decreasing monotonously
is_monotonous(signal)
signal |
Signal values (Numeric | vector) |
A monotonic signal is a function that keeps increasing or decreasing as its domain variable proceeds.#'
Boolean
Shubhra Prakash, shubhraprakash279@gmail.com
https://pypi.org/project/PyLMD/
x=1:100
is_monotonous(x)