Uses of Class
com.bayesserver.analysis.ConstraintSatisfiedException
-
Packages that use ConstraintSatisfiedException Package Description com.bayesserver.analysis -
-
Uses of ConstraintSatisfiedException in com.bayesserver.analysis
Methods in com.bayesserver.analysis that throw ConstraintSatisfiedException Modifier and Type Method Description static ParameterTuningOneWay
ParameterTuning. oneWayDifference(SensitivityFunctionOneWay f1, SensitivityFunctionOneWay f2, Interval<Double> constraint)
Given a pair of sensitivity functions (evaluated on the same parameter and evidence but different hypotheses), determines how the parameter under consideration can be altered so that the difference between the hypothesis probabilities P(h1|e) - P(h2|e) is within a given range.static ParameterTuningOneWay
ParameterTuning. oneWayRatio(SensitivityFunctionOneWay f1, SensitivityFunctionOneWay f2, Interval<Double> constraint)
Given a pair of sensitivity functions (evaluated on the same parameter and evidence but different hypotheses), determines how the parameter under consideration can be altered so that the ratio between the hypothesis probabilities P(h1|e) / P(h2|e) is within a given range.static ParameterTuningOneWay
ParameterTuning. oneWaySimple(SensitivityFunctionOneWay f, Interval<Double> constraint)
Given a sensitivity function, determines how the parameter under consideration can be altered so that the resulting value of the hypothesis is within a given range.
-