noise {tdaunif} | R Documentation |
Add noise to a sample
Description
This function adds Gaussian noise to coordinate data contained
in a matrix. It is called by samplers to introduce noise when sd
is
passed a positive value.
Usage
add_noise(x, sd = 0)
Arguments
x |
A matrix of row coordinates. |
sd |
Standard deviation of (independent multivariate) Gaussian noise. |
[Package tdaunif version 0.2.0 Index]