Learn R Programming

gptk (version 1.06)

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

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