Class R1ContinuousBall

java.lang.Object
All Implemented Interfaces:
GeneralizedMetricVectorSpace, R1Normed, GeneralizedVector, R1GeneralizedVector

public class R1ContinuousBall
extends R1Continuous
R1ContinuousBall extends the Continuous R1 Banach Space by enforcing the Closed Bounded Metric. The Reference we've used is:

  • Carl, B., and I. Stephani (1990): Entropy, Compactness, and the Approximation of Operators Cambridge University Press Cambridge UK
It provides the following Functionality:
  • Construct a R1ContinuousBall Instance of Unit Radius
  • R1ContinuousBall Constructor
  • Retrieve the Radius Norm

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

    • R1ContinuousBall

      public R1ContinuousBall​(double leftEdge, double rightEdge, R1Univariate r1Univariate, int pNorm, double normRadius) throws java.lang.Exception
      R1ContinuousBall Constructor
      Parameters:
      leftEdge - The Left Edge
      rightEdge - The Right Edge
      r1Univariate - The R1 Borel Sigma Measure
      pNorm - The p-norm of the Space
      normRadius - Radius Norm of the Unit Ball
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • ClosedUnit

      public static final R1ContinuousBall ClosedUnit​(double dblLeftEdge, double dblRightEdge, R1Univariate distR1, int iPNorm)
      Construct a R1ContinuousBall Instance of Unit Radius
      Parameters:
      dblLeftEdge - The Left Edge
      dblRightEdge - The Right Edge
      distR1 - The R1 Borel Sigma Measure
      iPNorm - The p-norm of the Space
      Returns:
      R1ContinuousBall Instance of Unit Radius
    • normRadius

      public double normRadius()
      Retrieve the Radius Norm
      Returns:
      The Radius Norm
    • validateInstance

      public boolean validateInstance​(double instance)
      Description copied from class: R1ContinuousVector
      Validate the Input Instance Array
      Specified by:
      validateInstance in interface R1GeneralizedVector
      Overrides:
      validateInstance in class R1ContinuousVector
      Parameters:
      instance - The Input Instance Array
      Returns:
      TRUE - Instance is a Valid Entry in the Space