Learn R Programming

gptk (version 1.0)

noiseOut: Give the output of the noise model given the mean and variance.

Description

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

Usage

y <- noiseOut(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

noiseParamInit, noiseCreate.

Examples

Run this code
## missing

Run the code above in your browser using DataLab