add_noise | R Documentation |
Adds Gaussian noise to cues in a data set.
add_noise(data, cues, method = c("sample", "marginalize"), Sigma)
data |
|
cues |
Column names of cues in |
method |
If "sample" then a sample of noise is added to the input. If "marginalize" then each observation is transformed into the marginal distribution that results from convolving the input with noise. Currently, only "sample" is implemented (default: "sample") |
Sigma |
Covariance matrix of noise. |
Same as data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.