See: Description
| Interface | Description |
|---|---|
| NoiseFunction |
Interface for noise functions that can affect double values.
|
| Class | Description |
|---|---|
| BasicNoiseFunction |
Singleton class representing the null NoiseFunction.
|
| DoubleGauge |
A gauge that holds doubles.
|
| GaussianNoiseFunction |
NoiseFunction that adds Gaussian noise to a value.
|
| UniformFixedNoiseFunction |
NoiseFunction that adds noise uniformly within a fixed proportion of the
true value.
|
| UniformProportionalNoiseFunction |
NoiseFunction that adds noise uniformly within a fixed proportion of the
true value.
|
Copyright © 2013. All rights reserved.