public class RdCombinatorialBanach extends RdCombinatorialVector implements RdNormed
| Constructor and Description |
|---|
RdCombinatorialBanach(R1CombinatorialVector[] aR1CV,
Rd distRd,
int iPNorm)
RdCombinatorialBanach 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
|
cardinality, hyperVolume, iterator, leftDimensionEdge, leftEdge, rightDimensionEdge, rightEdgedimension, isPredictorBounded, match, subset, validateInstance, vectorSpacesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimension, leftDimensionEdge, rightDimensionEdge, validateInstance, vectorSpacescardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subsetpublic RdCombinatorialBanach(R1CombinatorialVector[] aR1CV, Rd distRd, int iPNorm) throws java.lang.Exception
aR1CV - Array of Combinatorial R^1 Vector SpacesdistRd - The R^d Borel Sigma MeasureiPNorm - The p-norm of the Spacejava.lang.Exception - Thrown if the Inputs are Invalidpublic 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