smalldemodata: Small demo dataset

Description Usage Format Source References

Description

A test dataset based on the function f(x) = |x-0.5| with Gaussian noise with a standard deviation of 0.05.

Usage

1

Format

A data frame with 100 rows and 3 variables:

x

seq(0, 1, length.out = 100)

true

abs(x - 0.5)

obs

abs(x - 0.5) + rnorm(length(x), mean = 0 , sd = 0.05)

Source

https://sites.google.com/site/dnartrahckcir/home/tvdiff-code

References

Rick Chartrand, "Numerical differentiation of noisy, nonsmooth data," ISRN Applied Mathematics, Vol. 2011, Article ID 164564, 2011


natbprice/tvdiff documentation built on Jan. 10, 2021, 6:51 a.m.