Package | Description |
---|---|
org.drip.spaces.cover |
Modifier and Type | Method and Description |
---|---|
static CarlStephaniNormedBounds |
CoveringBoundsHelper.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
|
CarlStephaniNormedBounds |
CarlStephaniProductBounds.normedEntropyUpperBound(MaureyOperatorCoveringBounds mocbA,
MaureyOperatorCoveringBounds mocbB,
int iEntropyNumberIndex,
boolean bUseSupremumNorm)
Compute the Normed Upper Entropy Convolution Product Bound across the Function Classes
|
CarlStephaniNormedBounds |
CarlStephaniProductBounds.populationMetricEntropyNorm(int iEntropyNumberIndex,
boolean bUseSupremumNorm)
Compute the Population Metric Carl-Stephani Entropy Number Upper Bound using either the
Metric/Supremum Population Norm
|
CarlStephaniNormedBounds |
CarlStephaniProductBounds.populationSupremumEntropyNorm(int iEntropyNumberIndex,
boolean bUseSupremumNorm)
Compute the Population Supremum Carl-Stephani Entropy Number Upper Bound using either the
Metric/Supremum Population Norm
|
CarlStephaniNormedBounds |
CarlStephaniProductBounds.sampleMetricEntropyNorm(GeneralizedValidatedVector gvviA,
GeneralizedValidatedVector gvviB,
int iEntropyNumberIndex,
boolean bUseSupremumNorm)
Compute the Sample Metric Carl-Stephani Entropy Number Upper Bound using either the Metric/Supremum
Population Norm
|
CarlStephaniNormedBounds |
CarlStephaniProductBounds.sampleSupremumEntropyNorm(GeneralizedValidatedVector gvviA,
GeneralizedValidatedVector gvviB,
int iEntropyNumberIndex,
boolean bUseSupremumNorm)
Compute the Sample Supremum Carl-Stephani Entropy Number Upper Bound using either the Metric/Supremum
Population Norm
|