Package edu.cmu.tetrad.sem
Class ParamType
java.lang.Object
edu.cmu.tetrad.sem.ParamType
- All Implemented Interfaces:
TetradSerializable
,Serializable
A typesafe enum of the types of the types of freeParameters for SEM models (COEF, MEAN, VAR, COVAR). COEF
freeParameters are edge coefficients in the linear SEM model; VAR parmaeters are variances among the error terms;
COVAR freeParameters are (non-variance) covariances among the error terms.
- Author:
- josephramsey
- See Also:
-
Field Details
-
COEF
A coefficient parameter. -
MEAN
A mean parameter. -
VAR
A variance parameter. -
COVAR
A covariance parameter. (Does not include variance freeParameters; these are indicated using VAR.)
-
-
Method Details