public class RdContinuousBanach extends RdContinuousVector implements RdNormed
| Constructor and Description |
|---|
RdContinuousBanach(R1ContinuousVector[] aR1CV,
Rd distRd,
int iPNorm)
RdContinuousBanach Space Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
borelMeasureSpaceExpectation(RdToR1 funcRdToR1)
Compute the Borel Measure Expectation for the specified R^d To R^1 Function over the full Input Space
|
Rd |
borelSigmaMeasure()
Retrieve the Borel Sigma R^d Probability Measure
|
int |
pNorm()
Retrieve the P-Norm Index of the Metric Space
|
double |
populationMetricNorm()
Retrieve the Population Metric Norm
|
double[] |
populationMode()
Retrieve the Population Mode
|
double |
populationSupremumNorm()
Compute the Population Supremum Norm of the Sample
|
double |
sampleMetricNorm(double[] adblX)
Compute the Metric Norm of the Sample
|
double |
sampleSupremumNorm(double[] adblX)
Compute the Supremum Norm of the Sample
|
static RdContinuousBanach |
StandardBanach(int iDimension,
Rd distRd,
int iPNorm)
Construct the Standard l^p R^d Continuous Banach Space Instance
|
static RdContinuousBanach |
SupremumBanach(int iDimension,
Rd distRd)
Construct the Supremum (i.e., l^Infinity) R^d Continuous Banach Space Instance
|
cardinality, hyperVolume, leftDimensionEdge, leftEdge, rightDimensionEdge, rightEdge, Standarddimension, isPredictorBounded, match, subset, validateInstance, vectorSpacesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimension, leftDimensionEdge, rightDimensionEdge, validateInstance, vectorSpacescardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subsetpublic RdContinuousBanach(R1ContinuousVector[] aR1CV, Rd distRd, int iPNorm) throws java.lang.Exception
aR1CV - Array of R^1 Continuous VectordistRd - The R^d Borel Sigma MeasureiPNorm - The p-norm of the Spacejava.lang.Exception - Thrown if the Inputs are Invalidpublic static final RdContinuousBanach StandardBanach(int iDimension, Rd distRd, int iPNorm)
iDimension - The Space DimensiondistRd - The R^d Borel Sigma MeasureiPNorm - The p-norm of the Spacepublic static final RdContinuousBanach SupremumBanach(int iDimension, Rd distRd)
iDimension - The Space DimensiondistRd - The R^d Borel Sigma Measurepublic int pNorm()
GeneralizedMetricVectorSpacepNorm in interface GeneralizedMetricVectorSpacepublic Rd borelSigmaMeasure()
RdNormedborelSigmaMeasure in interface RdNormedpublic double sampleSupremumNorm(double[] adblX)
throws java.lang.Exception
RdNormedsampleSupremumNorm in interface RdNormedadblX - The Samplejava.lang.Exception - Thrown if the Inputs are Invalidpublic double sampleMetricNorm(double[] adblX)
throws java.lang.Exception
RdNormedsampleMetricNorm in interface RdNormedadblX - The Samplejava.lang.Exception - Thrown if the Inputs are Invalidpublic double[] populationMode()
RdNormedpopulationMode in interface RdNormedpublic double populationSupremumNorm()
throws java.lang.Exception
RdNormedpopulationSupremumNorm in interface RdNormedjava.lang.Exception - Thrown if the Inputs are Invalidpublic double populationMetricNorm()
throws java.lang.Exception
GeneralizedMetricVectorSpacepopulationMetricNorm in interface GeneralizedMetricVectorSpacejava.lang.Exception - The Population Metric Norm cannot be computedpublic double borelMeasureSpaceExpectation(RdToR1 funcRdToR1) throws java.lang.Exception
RdNormedborelMeasureSpaceExpectation in interface RdNormedfuncRdToR1 - R^d To R^1 Functionjava.lang.Exception - Thrown if the Population Mode cannot be calculated