Package org.drip.spaces.rxtord
Class NormedRdToNormedRd
java.lang.Object
org.drip.spaces.rxtord.NormedRxToNormedRd
org.drip.spaces.rxtord.NormedRdToNormedRd
- Direct Known Subclasses:
NormedRdCombinatorialToRdContinuous,NormedRdContinuousToRdContinuous
public abstract class NormedRdToNormedRd extends NormedRxToNormedRd
NormedRdToNormedRd is the Abstract Class underlying the f : Validated Normed Rd to
Validated Normed Rd Function Spaces. The Reference we've used is:
- Carl, B., and I. Stephani (1990): Entropy, Compactness, and the Approximation of Operators Cambridge University Press Cambridge UK
- Retrieve the Underlying RdToRd Function
- Retrieve the Population Rd ESS (Essential Spectrum) Array
- Retrieve the Population Rd Supremum Norm
- Retrieve the Input Metric Vector Space
- Retrieve the Output Metric Vector Space
- Retrieve the Sample Supremum Norm Array
- Retrieve the Sample Metric Norm Array
- Retrieve the Population ESS (Essential Spectrum) Array
- Retrieve the Population Supremum Norm Array
| Module | Computational Core Module |
| Library | Statistical Learning Library |
| Project | R1 and Rd Vector/Tensor Spaces (Validated and/or Normed), and Function Classes |
| Package | Rx To Rd Normed Function Spaces |
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description RdToRdfunction()Retrieve the Underlying RdToRd FunctionRdNormedinputMetricVectorSpace()Retrieve the Input Metric Vector SpaceRdNormedoutputMetricVectorSpace()Retrieve the Output Metric Vector Spacedouble[]populationESS()Retrieve the Population ESS (Essential Spectrum) Arraydouble[]populationRdESS()Retrieve the Population Rd ESS (Essential Spectrum) Arraydouble[]populationRdSupremumNorm()Retrieve the Population Rd Supremum Normdouble[]populationSupremumNorm()Retrieve the Population Supremum Norm Arraydouble[]sampleMetricNorm(GeneralizedValidatedVector generalizedValidatedVector)Retrieve the Sample Metric Norm Arraydouble[]sampleSupremumNorm(GeneralizedValidatedVector generalizedValidatedVector)Retrieve the Sample Supremum Norm ArrayMethods inherited from class org.drip.spaces.rxtord.NormedRxToNormedRd
populationCoveringNumber, populationMetricNorm, populationSupremumCoveringNumber, sampleCoveringNumber, sampleSupremumCoveringNumberMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
function
Retrieve the Underlying RdToRd Function- Returns:
- The Underlying RdToRd Function
-
populationRdESS
public double[] populationRdESS()Retrieve the Population Rd ESS (Essential Spectrum) Array- Returns:
- The Population Rd ESS (Essential Spectrum) Array
-
populationRdSupremumNorm
public double[] populationRdSupremumNorm()Retrieve the Population Rd Supremum Norm- Returns:
- The Population Rd Supremum Norm
-
inputMetricVectorSpace
Retrieve the Input Metric Vector Space- Specified by:
inputMetricVectorSpacein classNormedRxToNormedRd- Returns:
- The Input Metric Vector Space
-
outputMetricVectorSpace
Retrieve the Output Metric Vector Space- Specified by:
outputMetricVectorSpacein classNormedRxToNormedRd- Returns:
- The Output Metric Vector Space
-
sampleSupremumNorm
Retrieve the Sample Supremum Norm Array- Specified by:
sampleSupremumNormin classNormedRxToNormedRd- Parameters:
generalizedValidatedVector- The Validated Vector Space Instance- Returns:
- The Sample Supremum Norm Array
-
sampleMetricNorm
Retrieve the Sample Metric Norm Array- Specified by:
sampleMetricNormin classNormedRxToNormedRd- Parameters:
generalizedValidatedVector- The Validated Vector Space Instance- Returns:
- The Sample Metric Norm Array
-
populationESS
public double[] populationESS()Retrieve the Population ESS (Essential Spectrum) Array- Specified by:
populationESSin classNormedRxToNormedRd- Returns:
- The Population ESS (Essential Spectrum) Array
-
populationSupremumNorm
public double[] populationSupremumNorm()Retrieve the Population Supremum Norm Array- Overrides:
populationSupremumNormin classNormedRxToNormedRd- Returns:
- The Population Supremum Norm Array
-