Package org.drip.spaces.rxtord
Class NormedR1ToNormedRd
java.lang.Object
org.drip.spaces.rxtord.NormedRxToNormedRd
org.drip.spaces.rxtord.NormedR1ToNormedRd
- Direct Known Subclasses:
NormedR1CombinatorialToRdContinuous
,NormedR1ContinuousToRdContinuous
public abstract class NormedR1ToNormedRd extends NormedRxToNormedRd
NormedR1ToNormedRd is the Abstract Class underlying the f : Validated Normed R1 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
- NormedR1ToNormedRd Constructor
- Retrieve the Input Metric Vector Space
- Retrieve the Output Metric Vector Space
- Retrieve the Underlying R1 to Rd Function
- Retrieve the Sample Supremum Norm Array
- Retrieve the Sample Metric Norm Array
- Retrieve the Population ESS (Essential Spectrum) 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 R1ToRd
function()
Retrieve the Underlying R1 to Rd FunctionR1Normed
inputMetricVectorSpace()
Retrieve the Input Metric Vector SpaceRdNormed
outputMetricVectorSpace()
Retrieve the Output Metric Vector Spacedouble[]
populationESS()
Retrieve the Population ESS (Essential Spectrum) 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, populationSupremumNorm, sampleCoveringNumber, sampleSupremumCoveringNumber
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
inputMetricVectorSpace
Retrieve the Input Metric Vector Space- Specified by:
inputMetricVectorSpace
in classNormedRxToNormedRd
- Returns:
- The Input Metric Vector Space
-
outputMetricVectorSpace
Retrieve the Output Metric Vector Space- Specified by:
outputMetricVectorSpace
in classNormedRxToNormedRd
- Returns:
- The Output Metric Vector Space
-
function
Retrieve the Underlying R1 to Rd Function- Returns:
- The Underlying R1 to Rd Function
-
sampleSupremumNorm
Retrieve the Sample Supremum Norm Array- Specified by:
sampleSupremumNorm
in classNormedRxToNormedRd
- Parameters:
generalizedValidatedVector
- The Validated Vector Space Instance- Returns:
- The Sample Supremum Norm Array
-
sampleMetricNorm
Retrieve the Sample Metric Norm Array- Specified by:
sampleMetricNorm
in 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:
populationESS
in classNormedRxToNormedRd
- Returns:
- The Population ESS (Essential Spectrum) Array
-