public abstract class NormedRdToNormedRd extends NormedRxToNormedRd
Modifier and Type | Method and Description |
---|---|
RdToRd |
function()
Retrieve the Underlying RdToRd Function
|
RdNormed |
inputMetricVectorSpace()
Retrieve the Input Metric Vector Space
|
RdNormed |
outputMetricVectorSpace()
Retrieve the Output Metric Vector Space
|
double[] |
populationESS()
Retrieve the Population ESS (Essential Spectrum) Array
|
double[] |
populationRdESS()
Retrieve the Population R^d ESS (Essential Spectrum) Array
|
double[] |
populationRdSupremumNorm()
Retrieve the Population R^d Supremum Norm
|
double[] |
populationSupremumNorm()
Retrieve the Population Supremum Norm Array
|
double[] |
sampleMetricNorm(GeneralizedValidatedVector gvvi)
Retrieve the Sample Metric Norm Array
|
double[] |
sampleSupremumNorm(GeneralizedValidatedVector gvvi)
Retrieve the Sample Supremum Norm Array
|
populationCoveringNumber, populationMetricNorm, populationSupremumCoveringNumber, sampleCoveringNumber, sampleSupremumCoveringNumber
public RdToRd function()
public double[] populationRdESS()
public double[] populationRdSupremumNorm()
public RdNormed inputMetricVectorSpace()
NormedRxToNormedRd
inputMetricVectorSpace
in class NormedRxToNormedRd
public RdNormed outputMetricVectorSpace()
NormedRxToNormedRd
outputMetricVectorSpace
in class NormedRxToNormedRd
public double[] sampleSupremumNorm(GeneralizedValidatedVector gvvi)
NormedRxToNormedRd
sampleSupremumNorm
in class NormedRxToNormedRd
gvvi
- The Validated Vector Space Instancepublic double[] sampleMetricNorm(GeneralizedValidatedVector gvvi)
NormedRxToNormedRd
sampleMetricNorm
in class NormedRxToNormedRd
gvvi
- The Validated Vector Space Instancepublic double[] populationESS()
NormedRxToNormedRd
populationESS
in class NormedRxToNormedRd
public double[] populationSupremumNorm()
NormedRxToNormedRd
populationSupremumNorm
in class NormedRxToNormedRd