public class DerivativeControl
extends java.lang.Object
Constructor and Description |
---|
DerivativeControl()
Empty DerivativeControl constructor
|
DerivativeControl(double dblBumpFactor)
DerivativeControl constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getBumpFactor()
Retrieve the bump factor
|
double |
getVariateInfinitesimal(double dblVariate)
Calculate and return the variate infinitesimal
|
public DerivativeControl()
public DerivativeControl(double dblBumpFactor) throws java.lang.Exception
dblBumpFactor
- Bump Factorjava.lang.Exception
- Thrown if inputs are invalidpublic double getBumpFactor()
public double getVariateInfinitesimal(double dblVariate) throws java.lang.Exception
dblVariate
- Variate Inputjava.lang.Exception
- Thrown if the Inputs are Invalid