Uses of Class
com.bayesserver.analysis.SensitivityFunctionOneWay
-
Packages that use SensitivityFunctionOneWay Package Description com.bayesserver.analysis -
-
Uses of SensitivityFunctionOneWay in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return SensitivityFunctionOneWay Modifier and Type Method Description SensitivityFunctionOneWay
SensitivityToParameters. oneWay(Evidence evidence, State hypothesis, ParameterReference parameter)
Calculates how a hypothesis varies based on changes to a single parameter.Methods in com.bayesserver.analysis with parameters of type SensitivityFunctionOneWay 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.
-