NoiseGenerator: Noise Generator Handle for Nonlinear Data Stream Generator...

Description Usage Arguments Author(s) See Also

Description

Class which produces different types of noise for NLDSD.

Usage

1
NoiseGenerator(noise.type, noise.parms, N)

Arguments

noise.type

Type of the noise, permitted values are c("None", "Normal", "Uniform", "ARIMA").

noise.parms

Parameters in a list for the noise.type, which should be: for "Normal", list(mean=0.0, sd=0.1); for "Uniform": list(min=-0.1, max=0.1); and for "ARIMA": order=1, ar=0.5, sd=0.1.

N

The number of observations that should be created.

Author(s)

Fausto Guzzo da Costa

See Also

DSCDD DSCDD_R


faustogc/streamChaos documentation built on May 8, 2019, 9:22 a.m.