public class CarlStephaniNormedBounds
extends java.lang.Object
| Constructor and Description |
|---|
CarlStephaniNormedBounds(double dblEntropyBoundNormA,
double dblEntropyBoundNormB)
CarlStephaniNormedBounds Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
entropyBoundNormA()
Retrieve the Entropy Bound using the Function Class Norm A
|
double |
entropyBoundNormB()
Retrieve the Entropy Bound using the Function Class Norm B
|
double |
minimumUpperBound()
Retrieve the Minimum Upper Entropy Bound
|
public CarlStephaniNormedBounds(double dblEntropyBoundNormA,
double dblEntropyBoundNormB)
throws java.lang.Exception
dblEntropyBoundNormA - The Entropy Bound using the Function Class Norm AdblEntropyBoundNormB - The Entropy Bound using the Function Class Norm Bjava.lang.Exception - Thrown if the Inputs are Invalidpublic double entropyBoundNormA()
public double entropyBoundNormB()
public double minimumUpperBound()