Returns a new Data generator with the new maxAmplitude.
The maximum spike height.
Returns a new Data generator with the new maxGap.
How many points there can be between spikes.
Returns a new Data generator with the new minAmplitude.
The minium spike height.
Returns a new Data generator with the new minGap.
How many points there has to be between spikes.
Returns a new Data generator with the new numberOfPoints.
How many points of data to generate.
Returns a new Data generator with the new probability.
The probability of a spike to generate on each step.
A Delta function generator. Generates random spikes in otherwise flat data. Generated data is between 0 and 1.
To create a new instance of Delta function generator use createDeltaFunctionGenerator factory.