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, sampleSupremumCoveringNumberpublic RdToRd function()
public double[] populationRdESS()
public double[] populationRdSupremumNorm()
public RdNormed inputMetricVectorSpace()
NormedRxToNormedRdinputMetricVectorSpace in class NormedRxToNormedRdpublic RdNormed outputMetricVectorSpace()
NormedRxToNormedRdoutputMetricVectorSpace in class NormedRxToNormedRdpublic double[] sampleSupremumNorm(GeneralizedValidatedVector gvvi)
NormedRxToNormedRdsampleSupremumNorm in class NormedRxToNormedRdgvvi - The Validated Vector Space Instancepublic double[] sampleMetricNorm(GeneralizedValidatedVector gvvi)
NormedRxToNormedRdsampleMetricNorm in class NormedRxToNormedRdgvvi - The Validated Vector Space Instancepublic double[] populationESS()
NormedRxToNormedRdpopulationESS in class NormedRxToNormedRdpublic double[] populationSupremumNorm()
NormedRxToNormedRdpopulationSupremumNorm in class NormedRxToNormedRd