Class RdContinuousVector

java.lang.Object
org.drip.spaces.tensor.RdAggregate
org.drip.spaces.tensor.RdContinuousVector
All Implemented Interfaces:
GeneralizedVector, RdGeneralizedVector
Direct Known Subclasses:
RdContinuousBanach

public class RdContinuousVector
extends RdAggregate
RdContinuousVector implements the Normed/non-normed, Bounded/Unbounded Continuous Rd Vector 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

    • RdContinuousVector

      public RdContinuousVector​(R1ContinuousVector[] aR1CV) throws java.lang.Exception
      RdContinuousVector Constructor
      Parameters:
      aR1CV - Array of the Continuous R^1 Vector Spaces
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • Standard

      public static final RdContinuousVector Standard​(int iDimension)
      Construct the RdContinuousVector Instance
      Parameters:
      iDimension - The Space Dimension
      Returns:
      The RdContinuousVector Instance
    • leftDimensionEdge

      public double[] leftDimensionEdge()
      Description copied from interface: RdGeneralizedVector
      Retrieve the Array of the Variate Left Edges
      Returns:
      The Array of the Variate Left Edges
    • rightDimensionEdge

      public double[] rightDimensionEdge()
      Description copied from interface: RdGeneralizedVector
      Retrieve the Array of the Variate Right Edges
      Returns:
      The Array of the Variate Right Edges
    • cardinality

      public Cardinality cardinality()
      Description copied from interface: GeneralizedVector
      Retrieve the Cardinality of the Vector Space
      Returns:
      Cardinality of the Vector Space
    • leftEdge

      public double leftEdge()
      Description copied from interface: GeneralizedVector
      Retrieve the Left Edge
      Returns:
      The Left Edge
    • rightEdge

      public double rightEdge()
      Description copied from interface: GeneralizedVector
      Retrieve the Right Edge
      Returns:
      The Right Edge
    • hyperVolume

      public double hyperVolume() throws java.lang.Exception
      Description copied from interface: GeneralizedVector
      Retrieve the "Hyper" Volume of the Vector Space
      Returns:
      The "Hyper" Volume of the Vector Space
      Throws:
      java.lang.Exception - Thrown if the Hyper Volume cannot be computed