Package org.drip.spaces.instance
Class ValidatedRdCombinatorial
java.lang.Object
org.drip.spaces.instance.ValidatedRd
org.drip.spaces.instance.ValidatedRdCombinatorial
- All Implemented Interfaces:
GeneralizedValidatedVector
public class ValidatedRdCombinatorial extends ValidatedRd
ValidatedRdCombinatorial holds the Validated Rd 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
- ValidatedRdCombinatorial Constructor
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description ValidatedRdCombinatorial(RdCombinatorialVector rdCombinatorialVector, double[][] instanceGrid)
ValidatedRdCombinatorial Constructor -
Method Summary
Modifier and Type Method Description RdCombinatorialVector
tensorSpaceType()
Retrieve the Generalized Tensor Space TypeMethods inherited from class org.drip.spaces.instance.ValidatedRd
instance, sampleSize
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValidatedRdCombinatorial
public ValidatedRdCombinatorial(RdCombinatorialVector rdCombinatorialVector, double[][] instanceGrid) throws java.lang.ExceptionValidatedRdCombinatorial Constructor- Parameters:
rdCombinatorialVector
- The Combinatorial Rd Tensor Space TypeinstanceGrid
- The Data Instance- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
tensorSpaceType
Description copied from interface:GeneralizedValidatedVector
Retrieve the Generalized Tensor Space Type- Specified by:
tensorSpaceType
in interfaceGeneralizedValidatedVector
- Overrides:
tensorSpaceType
in classValidatedRd
- Returns:
- The Generalized Tensor Space Type
-