Uses of Interface
edu.cmu.tetrad.calculator.expression.Context
Packages that use Context
-
Uses of Context in edu.cmu.tetrad.calculator.expression
Methods in edu.cmu.tetrad.calculator.expression with parameters of type ContextModifier and TypeMethodDescriptiondouble
Evaluates the expression using the given contextdouble
Evaluates the expression using the given contextdouble
Evaluates the expression using the given contextdouble
Evaluates the expression using the given contextVariableExpression.evaluateGeneric
(Context context) evaluateGeneric.org.apache.commons.math3.distribution.IntegerDistribution
ConstantExpression.getIntegerDistribution
(Context context) getIntegerDistribution.org.apache.commons.math3.distribution.IntegerDistribution
EvaluationExpression.getIntegerDistribution
(Context context) getIntegerDistribution.org.apache.commons.math3.distribution.IntegerDistribution
Expression.getIntegerDistribution
(Context context) getIntegerDistribution.org.apache.commons.math3.distribution.IntegerDistribution
VariableExpression.getIntegerDistribution
(Context context) getIntegerDistribution.org.apache.commons.math3.distribution.RealDistribution
ConstantExpression.getRealDistribution
(Context context) getRealDistribution.org.apache.commons.math3.distribution.RealDistribution
EvaluationExpression.getRealDistribution
(Context context) getRealDistribution.org.apache.commons.math3.distribution.RealDistribution
Expression.getRealDistribution
(Context context) getRealDistribution.org.apache.commons.math3.distribution.RealDistribution
VariableExpression.getRealDistribution
(Context context) getRealDistribution. -
Uses of Context in edu.cmu.tetrad.sem
Classes in edu.cmu.tetrad.sem that implement ContextConstructors in edu.cmu.tetrad.sem with parameters of type ContextModifierConstructorDescriptionEmpiricalDistributionForExpression
(GeneralizedSemPm semPm, Node error, Context context) Constructor for EmpiricalDistributionForExpression.