Package: SVMD 0.1.0
SVMD: Spearman Variational Mode Decomposition
In practice, it is difficult to determine the number of decomposition modes, K, for Variational Mode Decomposition (VMD). To overcome this issue, this study offers Spearman Variational Mode Decomposition (SVMD), a method that uses the Spearman correlation coefficient to calculate the ideal mode number. Unlike the Pearson correlation coefficient, which only returns a perfect value when X and Y are linearly connected, the Spearman correlation can be calculated without knowing the probability distributions of X and Y. The Spearman correlation coefficient, also called Spearman's rank correlation coefficient, is a subset of a wider correlation coefficient. As VMD decomposes a signal, the Spearman correlation coefficient between the reconstructed and original sequences rises as the mode number K increases. Once the signal has been fully decomposed, subsequent increases in K cause the correlation to gradually level off. When the correlation reaches a specific level, VMD is said to have adequately decomposed the signal. Numerous experiments revealed that a threshold of 0.997 produces the best denoising effect, so the threshold is set at 0.997. This package has been developed using concept of Yang et al. (2021)<doi:10.1016/j.aej.2021.01.055>.
Authors:
SVMD_0.1.0.tar.gz
SVMD_0.1.0.zip(r-4.5)SVMD_0.1.0.zip(r-4.4)SVMD_0.1.0.zip(r-4.3)
SVMD_0.1.0.tgz(r-4.4-any)SVMD_0.1.0.tgz(r-4.3-any)
SVMD_0.1.0.tar.gz(r-4.5-noble)SVMD_0.1.0.tar.gz(r-4.4-noble)
SVMD_0.1.0.tgz(r-4.4-emscripten)SVMD_0.1.0.tgz(r-4.3-emscripten)
SVMD.pdf |SVMD.html✨
SVMD/json (API)
# Install 'SVMD' in R: |
install.packages('SVMD', repos = c('https://himadriiasri.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 months agofrom:d585dad914. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:sVMD
Dependencies:data.tableglueRcppRcppArmadilloVMDecomp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Spearman Variational Mode Decomposition | sVMD |