A package to implement Total Variation Denoising in R. For basic information on the technique, see the Wikipedia article Total Variation Denoising.
Example of TVD recovering a stepwise signal in the presence of noise:
To install the latest stable version on CRAN, run inside R:
#!R
install.packages("tvd")
To install the latest development version, use:
#!R
# install.packages("devtools")
devtools::install_bitbucket(repo = "r-tvd", username = "marpin", ref = "default")