Class RdCombinatorialHilbert

All Implemented Interfaces:
GeneralizedMetricVectorSpace, RdNormed, GeneralizedVector, RdGeneralizedVector

public class RdCombinatorialHilbert
extends RdCombinatorialBanach
RdCombinatorialHilbert implements the Bounded/Unbounded, Combinatorial l2 Rd Spaces. The Reference we've used is:

  • Carl, B., and I. Stephani (1990): Entropy, Compactness, and the Approximation of Operators Cambridge University Press Cambridge UK




Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • RdCombinatorialHilbert

      public RdCombinatorialHilbert​(R1CombinatorialVector[] aR1CV, Rd distRd) throws java.lang.Exception
      RdCombinatorialHilbert Space Constructor
      Parameters:
      aR1CV - Array of Combinatorial R^1 Vector Spaces
      distRd - The R^d Borel Sigma Measure
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • sampleMetricNorm

      public double sampleMetricNorm​(double[] adblX) throws java.lang.Exception
      Description copied from interface: RdNormed
      Compute the Metric Norm of the Sample
      Specified by:
      sampleMetricNorm in interface RdNormed
      Overrides:
      sampleMetricNorm in class RdCombinatorialBanach
      Parameters:
      adblX - The Sample
      Returns:
      The Metric Norm of the Sample
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid