public class RdContinuousHilbert extends RdContinuousBanach
Constructor and Description |
---|
RdContinuousHilbert(R1ContinuousVector[] aR1CV,
Rd distRd)
RdContinuousHilbert Space Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
sampleMetricNorm(double[] adblX)
Compute the Metric Norm of the Sample
|
static RdContinuousHilbert |
StandardHilbert(int iDimension,
Rd distRd)
Construct the Standard l^2 R^d Hilbert Space Instance
|
borelMeasureSpaceExpectation, borelSigmaMeasure, pNorm, populationMetricNorm, populationMode, populationSupremumNorm, sampleSupremumNorm, StandardBanach, SupremumBanach
cardinality, hyperVolume, leftDimensionEdge, leftEdge, rightDimensionEdge, rightEdge, Standard
dimension, isPredictorBounded, match, subset, validateInstance, vectorSpaces
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dimension, leftDimensionEdge, rightDimensionEdge, validateInstance, vectorSpaces
cardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset
public RdContinuousHilbert(R1ContinuousVector[] aR1CV, Rd distRd) throws java.lang.Exception
aR1CV
- Array of R^1 Continuous Vector SpacesdistRd
- The Multivariate Borel Sigma Measurejava.lang.Exception
- Thrown if the Inputs are Invalidpublic static final RdContinuousHilbert StandardHilbert(int iDimension, Rd distRd)
iDimension
- The Space DimensiondistRd
- The R^d Borel Sigma Measurepublic double sampleMetricNorm(double[] adblX) throws java.lang.Exception
RdNormed
sampleMetricNorm
in interface RdNormed
sampleMetricNorm
in class RdContinuousBanach
adblX
- The Samplejava.lang.Exception
- Thrown if the Inputs are Invalid