Package edu.cmu.tetrad.sem
Enum Class ParamType
- All Implemented Interfaces:
Serializable
,Comparable<ParamType>
,Constable
An enum of the free parameter types 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.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnum representing the free parameter type for structural equation modeling (SEM) models.Represents a free parameter type for structural equation modeling (SEM) models.Represents a free parameter type for structural equation modeling (SEM) models.Variable Mean parameter type for SEM models.Represents the error variance parameter in a structural equation modeling (SEM) model. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
COEF
Enum representing the free parameter type for structural equation modeling (SEM) models. COEF free parameters are edge coefficients in the linear SEM model. -
MEAN
Variable Mean parameter type for SEM models. -
VAR
Represents the error variance parameter in a structural equation modeling (SEM) model. -
COVAR
Represents a free parameter type for structural equation modeling (SEM) models. Specifically, the COVAR free parameter type is used to represent non-variance covariances among the error terms in the SEM model. This enum type is a part of the ParamType enum, which is used to categorize different types of free parameters for SEM models. The COVAR free parameter type is associated with the description "Error Covariance". -
DIST
Represents a free parameter type for structural equation modeling (SEM) models. Specifically, the DIST free parameter type is used to represent distribution parameters in the SEM model. It is associated with the description "Distribution Parameter".
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
-