noiseCreate: Initialise a noise structure.

Description Usage Arguments See Also Examples

View source: R/noiseCreate.R

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

1
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

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.