Learn R Programming

gptk (version 1.0)

gaussianNoiseOut: Compute the output of the GAUSSIAN noise given the input mean and variance.

Description

computes the ouptut for the Gaussian noise given input mean and variances.

Usage

gaussianNoiseOut(noise, mu, varSigma)

Arguments

noise
the noise structure for which the output is computed.
mu
the input mean values.
varSigma
the input variance values.

Value

  • ythe output from the noise model.

See Also

gaussianNoiseParamInit, noiseOut, noiseCreate.

Examples

Run this code
## missing

Run the code above in your browser using DataLab