dot-add_noise.Rd
Add noise to a series of observations.
.add_noise(observations, noise = list(type = "iid_noise_sd", sd = 1))
observations | Numeric vector. Series of observations through time. |
---|---|
noise | List specifying the type of noise and its parameters, if applicable. |
Positive integer vector. Noisy observations.