Package gov.nih.mipav.model.algorithms
Class libdt.DytexOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.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).
-
Constructor Summary
Constructors Constructor Description DytexOptions()
< option to model observation mean.DytexOptions(int n, int m, libdt.cov_type Ropt, libdt.cov_type Sopt, libdt.Ymean_type Yopt)
-
-
-
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).
-
Yopt
libdt.Ymean_type Yopt
< covariance type for S (usually COV_DIAG).
-
-
Constructor Detail
-
DytexOptions
public DytexOptions()
< option to model observation mean.
-
DytexOptions
DytexOptions(int n, int m, libdt.cov_type Ropt, libdt.cov_type Sopt, libdt.Ymean_type Yopt)
-
-