View source: R/is_monotonous.R
is_monotonous | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.