Package gov.nih.mipav.model.algorithms
Class libdt.DytexOptions
java.lang.Object
gov.nih.mipav.model.algorithms.libdt.DytexOptions
- Enclosing class:
libdt
-
Field Summary
FieldsModifier and TypeFieldDescriptionintinvalid input: '<' dimension of the state space, x_t.intinvalid input: '<' dimension of the observation space, y_t.invalid input: '<' covariance type for R (usually COV_IID).(package private) libdt.Ymean_typeinvalid input: '<' covariance type for S (usually COV_DIAG). -
Constructor Summary
ConstructorsConstructorDescriptioninvalid input: '<' option to model observation mean.DytexOptions(int n, int m, libdt.cov_type Ropt, libdt.cov_type Sopt, libdt.Ymean_type Yopt) -
Method Summary
-
Field Details
-
n
public int n -
m
public int minvalid input: '<' dimension of the state space, x_t. -
Ropt
invalid input: '<' dimension of the observation space, y_t. -
Sopt
invalid input: '<' covariance type for R (usually COV_IID). -
Yopt
libdt.Ymean_type Yoptinvalid input: '<' covariance type for S (usually COV_DIAG).
-
-
Constructor Details
-
DytexOptions
public DytexOptions()invalid input: '<' option to model observation mean. -
DytexOptions
DytexOptions(int n, int m, libdt.cov_type Ropt, libdt.cov_type Sopt, libdt.Ymean_type Yopt)
-