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, sampleSupremumCoveringNumberpublic R1ToR1 function()
public double sampleSupremumNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedR1sampleSupremumNorm in class NormedRxToNormedR1gvvi - The Validated Vector Space Instancejava.lang.Exception - Thrown if the Supremum Norm cannot be computedpublic double sampleMetricNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedR1sampleMetricNorm in class NormedRxToNormedR1gvvi - The Validated Vector Space Instancejava.lang.Exception - Thrown if the Sample Metric Norm cannot be computedpublic double populationESS()
throws java.lang.Exception
NormedRxToNormedR1populationESS in class NormedRxToNormedR1java.lang.Exception - Thrown if the Population ESS (Essential Spectrum) cannot be computedpublic R1Normed outputMetricVectorSpace()
NormedRxToNormedR1outputMetricVectorSpace in class NormedRxToNormedR1public R1Normed inputMetricVectorSpace()
NormedRxToNormedR1inputMetricVectorSpace in class NormedRxToNormedR1