Class libdt.DytexOptions

  • Enclosing class:
    libdt

    public class libdt.DytexOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int m
      < dimension of the state space, x_t.
      int n  
      libdt.cov_type Ropt
      < dimension of the observation space, y_t.
      libdt.cov_type Sopt
      < covariance type for R (usually COV_IID).
      (package private) libdt.Ymean_type Yopt
      < covariance type for S (usually COV_DIAG).
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • n

        public int n
      • m

        public int m
        < dimension of the state space, x_t.
      • Ropt

        public libdt.cov_type Ropt
        < dimension of the observation space, y_t.
      • Sopt

        public libdt.cov_type Sopt
        < covariance type for R (usually COV_IID).