Class ValidatedR1Combinatorial

java.lang.Object
org.drip.spaces.instance.ValidatedR1
org.drip.spaces.instance.ValidatedR1Combinatorial
All Implemented Interfaces:
GeneralizedValidatedVector

public class ValidatedR1Combinatorial
extends ValidatedR1
ValidatedR1Combinatorial holds the Validated R1 Combinatorial Vector Instance Sequence and the corresponding Generalized Vector Space Type. 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:
  • ValidatedR1Combinatorial Constructor

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

    Constructors
    Constructor Description
    ValidatedR1Combinatorial​(R1CombinatorialVector r1CombinatorialVector, double[] instanceArray)
    ValidatedR1Combinatorial Constructor
  • Method Summary

    Modifier and Type Method Description
    R1CombinatorialVector tensorSpaceType()
    Retrieve the Generalized Tensor Space Type

    Methods inherited from class org.drip.spaces.instance.ValidatedR1

    instance, sampleSize

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ValidatedR1Combinatorial

      public ValidatedR1Combinatorial​(R1CombinatorialVector r1CombinatorialVector, double[] instanceArray) throws java.lang.Exception
      ValidatedR1Combinatorial Constructor
      Parameters:
      r1CombinatorialVector - The Combinatorial R1 Tensor Space Type
      instanceArray - The Data Instance
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details