white_noise {deident} | R Documentation |
Function factory to apply white noise to a vector
Description
Function factory to apply white noise to a vector
Usage
white_noise(sd = 0.1)
Arguments
sd |
the standard deviation of noise to apply. |
Value
a function
Examples
f <- white_noise(1)
f(1:10)
[Package deident version 1.0.0 Index]