Uses of Class
edu.cmu.tetrad.sem.Parameter
Packages that use Parameter
-
Uses of Parameter in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return ParameterModifier and TypeMethodDescriptionParameterPair.getA()
Method getNumObjectsParameterPair.getB()
Method getNumObjectsSemPm.getCoefficientParameter
(Node nodeA, Node nodeB) getCoefficientParameter.SemPm.getCovarianceParameter
(Node nodeA, Node nodeB) getCovarianceParameter.SemPm.getMeanParameter
(Node node) getMeanParameter.ParamConstraint.getParam2()
Getter for the fieldparam2
.Mapping.getParameter()
Getter for the fieldparameter
.SemPm.getParameter
(Node nodeA, Node nodeB) getParameter.SemPm.getParameter
(String name) getParameter.SemPm.getVarianceParameter
(Node node) Return the parameter for the variance of the error term for the given node, which is the variance of the node if the node is an error term, and the variance of the node's error term if not.static Parameter
Parameter.serializableInstance()
Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.sem that return types with arguments of type ParameterModifier and TypeMethodDescriptionISemIm.getFixedParameters()
getFixedParameters.SemIm.getFixedParameters()
Getter for the fieldfixedParameters
.ISemIm.getFreeParameters()
getFreeParameters.SemIm.getFreeParameters()
Getter for the fieldfreeParameters
.SemPm.getFreeParameters()
getFreeParameters.SemPm.getParameters()
Getter for the fieldparameters
.Methods in edu.cmu.tetrad.sem with parameters of type ParameterModifier and TypeMethodDescriptionSemPm.getParamComparison
(Parameter a, Parameter b) getParamComparison.double
ISemIm.getParamValue
(Parameter parameter) getParamValue.double
SemIm.getParamValue
(Parameter parameter) Retrieves the value associated with the given parameter.double
getPValue.double
getPValue.double
ISemIm.getStandardError
(Parameter parameter, int maxFreeParamsForStatistics) getStandardError.double
SemIm.getStandardError
(Parameter parameter, int maxFreeParams) getStandardError.double
getTValue.double
getTValue.void
ISemIm.setFixedParamValue
(Parameter parameter, double value) setFixedParamValue.void
SemIm.setFixedParamValue
(Parameter parameter, double value) Sets the fixed value for a specified parameter in the model.void
SemPm.setParamComparison
(Parameter a, Parameter b, ParamComparison comparison) Sets the comparison of parameter a to parameter b.void
ISemIm.setParamValue
(Parameter parameter, double value) setParamValue.void
SemIm.setParamValue
(Parameter parameter, double value) Sets the value of a parameter in the model.Constructors in edu.cmu.tetrad.sem with parameters of type ParameterModifierConstructorDescriptionConstructs matrix new mapping using the given freeParameters.ParamConstraint
(SemIm semIm, Parameter param1, ParamConstraintType type, double number) The first constructor specifies the parameter and a number and the type of relation imposed by the constraint.ParameterPair
(Parameter a, Parameter b) Constructs a new ordered pair (a, b).