Class R1Combinatorial

java.lang.Object
org.drip.spaces.tensor.R1CombinatorialVector
org.drip.spaces.metric.R1Combinatorial
All Implemented Interfaces:
GeneralizedMetricVectorSpace, R1Normed, GeneralizedVector, R1GeneralizedVector
Direct Known Subclasses:
R1CombinatorialBall

public class R1Combinatorial
extends R1CombinatorialVector
implements R1Normed
R1Combinatorial implements the Normed, Bounded/Unbounded Combinatorial lp 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

    • R1Combinatorial

      public R1Combinatorial​(java.util.List<java.lang.Double> lsElementSpace, R1Univariate distR1, int iPNorm) throws java.lang.Exception
      R1Combinatorial Space Constructor
      Parameters:
      lsElementSpace - The List Space of Elements
      distR1 - The R^1 Borel Sigma Measure
      iPNorm - The p-norm of the Space
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • Standard

      public static final R1Combinatorial Standard​(java.util.List<java.lang.Double> lsElementSpace, R1Univariate distR1, int iPNorm)
      Construct the Standard l^p R^1 Combinatorial Space Instance
      Parameters:
      lsElementSpace - The List Space of Elements
      distR1 - The R^1 Borel Sigma Measure
      iPNorm - The p-norm of the Space
      Returns:
      The Standard l^p R^1 Combinatorial Space Instance
    • Supremum

      public static final R1Combinatorial Supremum​(java.util.List<java.lang.Double> lsElementSpace, R1Univariate distR1)
      Construct the Supremum (i.e., l^Infinity) R^1 Combinatorial Space Instance
      Parameters:
      lsElementSpace - The List Space of Elements
      distR1 - The R^1 Borel Sigma Measure
      Returns:
      The Supremum (i.e., l^Infinity) R^1 Combinatorial Space Instance
    • pNorm

      public int pNorm()
      Description copied from interface: GeneralizedMetricVectorSpace
      Retrieve the P-Norm Index of the Metric Space
      Specified by:
      pNorm in interface GeneralizedMetricVectorSpace
      Returns:
      The P-Norm Index of the Metric Space
    • borelSigmaMeasure

      public R1Univariate borelSigmaMeasure()
      Description copied from interface: R1Normed
      Retrieve the Borel Sigma R^1 Probability Measure
      Specified by:
      borelSigmaMeasure in interface R1Normed
      Returns:
      The Borel Sigma R^1 Probability Measure
    • sampleMetricNorm

      public double sampleMetricNorm​(double dblX) throws java.lang.Exception
      Description copied from interface: R1Normed
      Compute the Metric Norm of the Sample
      Specified by:
      sampleMetricNorm in interface R1Normed
      Parameters:
      dblX - The Sample
      Returns:
      The Metric Norm of the Sample
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
    • populationMode

      public double populationMode() throws java.lang.Exception
      Description copied from interface: R1Normed
      Retrieve the Population Mode
      Specified by:
      populationMode in interface R1Normed
      Returns:
      The Population Mode
      Throws:
      java.lang.Exception - Thrown if the Population Mode cannot be calculated
    • populationMetricNorm

      public double populationMetricNorm() throws java.lang.Exception
      Description copied from interface: GeneralizedMetricVectorSpace
      Retrieve the Population Metric Norm
      Specified by:
      populationMetricNorm in interface GeneralizedMetricVectorSpace
      Returns:
      The Population Metric Norm
      Throws:
      java.lang.Exception - The Population Metric Norm cannot be computed
    • borelMeasureSpaceExpectation

      public double borelMeasureSpaceExpectation​(R1ToR1 funcR1ToR1) throws java.lang.Exception
      Description copied from interface: R1Normed
      Compute the Borel Measure Expectation for the specified R^1 To R^1 Function over the full Input Space
      Specified by:
      borelMeasureSpaceExpectation in interface R1Normed
      Parameters:
      funcR1ToR1 - R^1 To R^1 Function Instance
      Returns:
      The Borel Measure Expectation for the specified R^1 To R^1 Function over the full Input Space
      Throws:
      java.lang.Exception - Thrown if the Population Mode cannot be calculated