Description Usage Arguments Value Examples
Calculates the Dirichlet Energy of a data vector.
1 | dirichlet_energy(x, standartize = FALSE)
|
x |
data vector |
standartize |
Logical. If set to TRUE, then the final result is divided by the amount of entries. Defaults to FALSE. |
The signal's Dirichlet Energy. If x is a data frame, then the output is a vector.
1 2 | a <- seq(1, 100)
dirichlet_energy(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.