50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

gptk (version 1.06)

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