Uses of Class
org.drip.spaces.cover.MaureyOperatorCoveringBounds
Package | Description |
---|---|
org.drip.spaces.cover |
Vector Spaces Covering Number Estimator
|
org.drip.spaces.functionclass |
Normed Finite Spaces Function Class
|
-
Uses of MaureyOperatorCoveringBounds in org.drip.spaces.cover
Methods in org.drip.spaces.cover that return MaureyOperatorCoveringBounds Modifier and Type Method Description static MaureyOperatorCoveringBounds
MaureyOperatorCoveringBounds. HilbertSupremumIdentityMap(int supremumDimension, double operatorNorm)
Construct an Instance Hilbert To Supremum Identity Map based Maurey Operator Covering Boundsstatic MaureyOperatorCoveringBounds
MaureyOperatorCoveringBounds. WilliamsonSmolaScholkopfEstimate(int supremumDimension, double operatorNorm)
Construct an Instance of the Maurey Operator Covering Bounds based upon the Williamson, Smola, and Scholkopf EstimateMethods in org.drip.spaces.cover with parameters of type MaureyOperatorCoveringBounds Modifier and Type Method Description static double
CoveringBoundsHelper. CarlStephaniProductBound(MaureyOperatorCoveringBounds maureyOperatorCoveringBoundsA, MaureyOperatorCoveringBounds maureyOperatorCoveringBoundsB, int entropyNumberIndexA, int entropyNumberIndexB)
Compute the Upper Bound for the Entropy Number of the Operator Custom Covering Number Metric Product across both the Function Classesstatic CarlStephaniNormedBounds
CoveringBoundsHelper. CarlStephaniProductNorm(MaureyOperatorCoveringBounds maureyOperatorCoveringBoundsA, MaureyOperatorCoveringBounds maureyOperatorCoveringBoundsB, double normA, double normB, int entropyNumberIndex)
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 NormCarlStephaniNormedBounds
CarlStephaniProductBounds. normedEntropyUpperBound(MaureyOperatorCoveringBounds maureyOperatorCoveringBoundsA, MaureyOperatorCoveringBounds maureyOperatorCoveringBoundsB, int entropyNumberIndex, boolean useSupremumNorm)
Compute the Normed Upper Entropy Convolution Product Bound across the Function Classes -
Uses of MaureyOperatorCoveringBounds in org.drip.spaces.functionclass
Methods in org.drip.spaces.functionclass that return MaureyOperatorCoveringBounds Modifier and Type Method Description MaureyOperatorCoveringBounds
NormedRxToNormedRxFinite. populationMetricCoveringBounds()
Compute the Maurey Covering Number Upper Bounds for Operator Population Metric NormMaureyOperatorCoveringBounds
NormedRxToNormedRxFinite. populationSupremumCoveringBounds()
Compute the Maurey Covering Number Upper Bounds for Operator Population Supremum NormMaureyOperatorCoveringBounds
NormedRxToNormedRxFinite. sampleMetricCoveringBounds(GeneralizedValidatedVector generalizedValidatedVector)
Compute the Maurey Covering Number Upper Bounds for Operator Sample Metric NormMaureyOperatorCoveringBounds
NormedRxToNormedRxFinite. sampleSupremumCoveringBounds(GeneralizedValidatedVector generalizedValidatedVector)
Compute the Maurey Covering Number Upper Bounds for Operator Sample Supremum Norm