Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WhiteNoiseGenerator

A white noise data generator. Generates white noise.

To create a new instance of white noise data generator use createWhiteNoiseGenerator factory.

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

generate

  • Generate new instance of DataHost with unique data. Data is added to the DataHost asynchronously.

    Returns DataHost<Point>

    A new DataHost.

setNumberOfPoints

  • Returns a new Data generator with the new numberOfPoints.

    Parameters

    • numberOfPoints: number

      How many points of data to generate

    Returns WhiteNoiseGenerator