Package org.drip.spaces.instance
Interface GeneralizedValidatedVector
- All Known Implementing Classes:
ValidatedR1
,ValidatedR1Combinatorial
,ValidatedR1Continuous
,ValidatedRd
,ValidatedRdCombinatorial
,ValidatedRdContinuous
public interface GeneralizedValidatedVector
GeneralizedValidatedVector holds the Validated Vector Variate 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
- Retrieve the Generalized Tensor Space Type
- Retrieve the Sample Size
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description int
sampleSize()
Retrieve the Sample SizeGeneralizedVector
tensorSpaceType()
Retrieve the Generalized Tensor Space Type
-
Method Details
-
tensorSpaceType
GeneralizedVector tensorSpaceType()Retrieve the Generalized Tensor Space Type- Returns:
- The Generalized Tensor Space Type
-
sampleSize
int sampleSize()Retrieve the Sample Size- Returns:
- The Sample Size
-