public abstract class NormedRdToNormedR1 extends NormedRxToNormedR1
Modifier and Type | Method and Description |
---|---|
RdToR1 |
function()
Retrieve the Underlying RdToR1 Function
|
RdNormed |
inputMetricVectorSpace()
Retrieve the Input Metric Vector Space
|
R1Normed |
outputMetricVectorSpace()
Retrieve the Output Metric Vector Space
|
double |
populationESS()
Retrieve the Population ESS (Essential Spectrum)
|
double |
sampleMetricNorm(GeneralizedValidatedVector gvvi)
Retrieve the Sample Metric Norm
|
double |
sampleSupremumNorm(GeneralizedValidatedVector gvvi)
Retrieve the Sample Supremum Norm
|
populationCoveringNumber, populationMetricNorm, populationSupremumCoveringNumber, populationSupremumMetricNorm, sampleCoveringNumber, sampleSupremumCoveringNumber
public RdToR1 function()
public double sampleSupremumNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedR1
sampleSupremumNorm
in class NormedRxToNormedR1
gvvi
- The Validated Vector Space Instancejava.lang.Exception
- Thrown if the Supremum Norm cannot be computedpublic double sampleMetricNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedR1
sampleMetricNorm
in class NormedRxToNormedR1
gvvi
- The Validated Vector Space Instancejava.lang.Exception
- Thrown if the Sample Metric Norm cannot be computedpublic double populationESS() throws java.lang.Exception
NormedRxToNormedR1
populationESS
in class NormedRxToNormedR1
java.lang.Exception
- Thrown if the Population ESS (Essential Spectrum) cannot be computedpublic RdNormed inputMetricVectorSpace()
NormedRxToNormedR1
inputMetricVectorSpace
in class NormedRxToNormedR1
public R1Normed outputMetricVectorSpace()
NormedRxToNormedR1
outputMetricVectorSpace
in class NormedRxToNormedR1