Description Usage Format Source References
A test dataset based on the function f(x) = |x-0.5| with Gaussian noise with a standard deviation of 0.05.
1 |
A data frame with 100 rows and 3 variables:
seq(0, 1, length.out = 100)
abs(x - 0.5)
abs(x - 0.5) + rnorm(length(x), mean = 0 , sd = 0.05)
https://sites.google.com/site/dnartrahckcir/home/tvdiff-code
Rick Chartrand, "Numerical differentiation of noisy, nonsmooth data," ISRN Applied Mathematics, Vol. 2011, Article ID 164564, 2011
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.