noise: Add noise to a sample

noiseR 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.


tdaunif documentation built on Sept. 10, 2023, 5:07 p.m.