Learn R Programming

gptk (version 1.0)

noiseCreate: Initialise a noise structure.

Description

takes a noise type and a target vector and initialises a noise structure from it. The parameters of the noise structure are the set by calling noiseParamInit.

Usage

noiseCreate(noiseType, y)

Arguments

noiseType
the type of noise to be created (e.g. 'gaussian', 'probit', 'ncnm').
y
the target vector.

See Also

noiseParamInit.

Examples

Run this code
## missing

Run the code above in your browser using DataLab