public class Differential
extends java.lang.Object
| Constructor and Description |
|---|
Differential(double dblDeltaVariate,
double dblDeltaOF)
Differential constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
calcSlope(boolean bOFNumerator)
Retrieve the Delta for the variate
|
double |
getDeltaOF()
Retrieve the Delta for the OF
|
double |
getDeltaVariate()
Retrieve the Delta for the variate
|
public Differential(double dblDeltaVariate,
double dblDeltaOF)
throws java.lang.Exception
dblDeltaVariate - Delta VariatedblDeltaOF - Delta OFjava.lang.Exception - Thrown if inputs are invalidpublic double getDeltaOF()
public double getDeltaVariate()
public double calcSlope(boolean bOFNumerator)
bOFNumerator - TRUE - Calculate DOF/DVariate; FALSE - Calculate DVariate/DOF