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, SupremumBanachcardinality, 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 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
RdNormedsampleMetricNorm in interface RdNormedsampleMetricNorm in class RdContinuousBanachadblX - The Samplejava.lang.Exception - Thrown if the Inputs are Invalid