public class CoveringBoundsHelper
extends java.lang.Object
Constructor and Description |
---|
CoveringBoundsHelper() |
Modifier and Type | Method and Description |
---|---|
static double |
CarlStephaniProductBound(MaureyOperatorCoveringBounds mocbA,
MaureyOperatorCoveringBounds mocbB,
int iEntropyNumberIndexA,
int iEntropyNumberIndexB)
Compute the Upper Bound for the Entropy Number of the Operator Custom Covering Number Metric Product
across both the Function Classes
|
static CarlStephaniNormedBounds |
CarlStephaniProductNorm(MaureyOperatorCoveringBounds mocbA,
MaureyOperatorCoveringBounds mocbB,
double dblNormA,
double dblNormB,
int iEntropyNumberIndex)
Compute the Upper Bound for the Entropy Number of the Operator Custom Covering Number Metric Product
across both the Function Classes using the Function Class Norm
|
static double |
DyadicEntropyNumber(double dblLogNEntropyNumber)
Compute the Dyadic Entropy Number from the nth Entropy Number
|
public static final double DyadicEntropyNumber(double dblLogNEntropyNumber) throws java.lang.Exception
dblLogNEntropyNumber
- Log of the nth Entropy Numberjava.lang.Exception
- Thrown if the Dyadic Entropy Number cannot be calculatedpublic static final double CarlStephaniProductBound(MaureyOperatorCoveringBounds mocbA, MaureyOperatorCoveringBounds mocbB, int iEntropyNumberIndexA, int iEntropyNumberIndexB) throws java.lang.Exception
mocbA
- The Maurey Operator Covering Bounds for Class AmocbB
- The Maurey Operator Covering Bounds for Class BiEntropyNumberIndexA
- Entropy Number Index for Class AiEntropyNumberIndexB
- Entropy Number Index for Class Bjava.lang.Exception
- Thrown if the Inputs are Invalidpublic static final CarlStephaniNormedBounds CarlStephaniProductNorm(MaureyOperatorCoveringBounds mocbA, MaureyOperatorCoveringBounds mocbB, double dblNormA, double dblNormB, int iEntropyNumberIndex)
mocbA
- The Maurey Operator Covering Bounds for Class AmocbB
- The Maurey Operator Covering Bounds for Class BdblNormA
- The Function Class A NormdblNormB
- The Function Class B NormiEntropyNumberIndex
- Entropy Number Index for either Class