.add_noise | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.