public interface RdNormed extends GeneralizedMetricVectorSpace, RdGeneralizedVector
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
|
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
|
pNorm, populationMetricNorm
dimension, leftDimensionEdge, rightDimensionEdge, validateInstance, vectorSpaces
cardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset
Rd borelSigmaMeasure()
double sampleSupremumNorm(double[] adblX) throws java.lang.Exception
adblX
- The Samplejava.lang.Exception
- Thrown if the Inputs are Invaliddouble sampleMetricNorm(double[] adblX) throws java.lang.Exception
adblX
- The Samplejava.lang.Exception
- Thrown if the Inputs are Invaliddouble[] populationMode()
double populationSupremumNorm() throws java.lang.Exception
java.lang.Exception
- Thrown if the Inputs are Invaliddouble borelMeasureSpaceExpectation(RdToR1 funcRdToR1) throws java.lang.Exception
funcRdToR1
- R^d To R^1 Functionjava.lang.Exception
- Thrown if the Population Mode cannot be calculated