public class GenericIncrement
extends java.lang.Object
Constructor and Description |
---|
GenericIncrement(double dblDeterministic,
double dblStochastic,
double dblWander)
GenericIncrement Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
deterministic()
Retrieve the Deterministic Increment Component
|
double |
stochastic()
Retrieve the Stochastic Increment Component
|
double |
wander()
Retrieve the Random Wander Realization
|
public GenericIncrement(double dblDeterministic, double dblStochastic, double dblWander) throws java.lang.Exception
dblDeterministic
- The Deterministic Increment ComponentdblStochastic
- The Stochastic Increment ComponentdblWander
- The Random Wander Realizationjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double deterministic()
public double stochastic()
public double wander()