public abstract class NormedR1ToNormedR1 extends NormedRxToNormedR1
Modifier and Type | Method and Description |
---|---|
R1ToR1 |
function()
Retrieve the Underlying R1ToR1 Function
|
R1Normed |
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 R1ToR1 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 R1Normed outputMetricVectorSpace()
NormedRxToNormedR1
outputMetricVectorSpace
in class NormedRxToNormedR1
public R1Normed inputMetricVectorSpace()
NormedRxToNormedR1
inputMetricVectorSpace
in class NormedRxToNormedR1