noise_gaussian: Additive Gaussian noise

View source: R/filter.R

noise_gaussianR Documentation

Additive Gaussian noise

Description

A data filter which adds Gaussian noise to instances

Usage

noise_gaussian(sd = NULL, var = NULL)

Arguments

sd

Standard deviation for the Gaussian distribution

var

Variance of the Gaussian distribution (optional, only used if sd is not provided)

Value

Object which can be applied to data with ⁠\link{apply_filter}⁠

See Also

Other noise generators: noise_cauchy(), noise_ones(), noise_saltpepper(), noise_zeros()


fdavidcl/ruta documentation built on July 5, 2023, 6:32 p.m.