public class UniformProportionalNoiseFunction extends Object implements NoiseFunction
| Constructor and Description |
|---|
UniformProportionalNoiseFunction(double proportion)
Class constructor.
|
public UniformProportionalNoiseFunction(double proportion)
proportion - the proportion of the true value to use as bounds for
the noise function.public double apply(double trueValue)
apply in interface NoiseFunctiontrueValue - the actual value of the quantity.Copyright © 2013. All rights reserved.