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
  • RdCombinatorialHilbert Space Constructor

Module Computational Core Module
Library Statistical Learning Library
Project R1 and Rd Vector/Tensor Spaces (Validated and/or Normed), and Function Classes
Package Hilbert/Banach Normed Metric Spaces
Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • RdCombinatorialHilbert

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

    • sampleMetricNorm

      public double sampleMetricNorm​(double[] xArray) 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:
      xArray - The Sample
      Returns:
      The Metric Norm of the Sample
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid