adaptive_noise | R Documentation |
Function factory to apply white noise to a vector proportional to the spread of the data
adaptive_noise(sd.ratio = 1/10)
sd.ratio |
the level of noise to apply relative to the vectors standard deviation. |
a function
f <- adaptive_noise(0.2)
f(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.