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
It provides the following Functionality:
  • Retrieve the Generalized Tensor Space Type
  • Retrieve the Sample Size

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
  • Method Summary

    Modifier and Type Method Description
    int sampleSize()
    Retrieve the Sample Size
    GeneralizedVector 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