Add noise to a series of observations.

.add_noise(observations, noise = list(type = "iid_noise_sd", sd = 1))

Arguments

observations

Numeric vector. Series of observations through time.

noise

List specifying the type of noise and its parameters, if applicable.

Value

Positive integer vector. Noisy observations.