Uses of Class
com.bayesserver.causal.BackdoorCriterionOutput
-
Packages that use BackdoorCriterionOutput Package Description com.bayesserver.causal -
-
Uses of BackdoorCriterionOutput in com.bayesserver.causal
Methods in com.bayesserver.causal that return BackdoorCriterionOutput Modifier and Type Method Description BackdoorCriterionOutput
FrontDoorCriterion. identifyXZ(Evidence evidence, FrontDoorSet frontDoorNodes, BackdoorCriterionOptions options)
Uses the 'Backdoor criterion' to identify any 'adjustment sets' between treatments (X) and front-door nodes (Z).BackdoorCriterionOutput
FrontDoorCriterion. identifyXZ(List<CausalNode> treatments, FrontDoorSet frontDoorNodes, List<CausalNode> nonTreatmentEvidence, BackdoorCriterionOptions options)
Uses the 'Backdoor criterion' to identify any 'adjustment sets' between treatments (X) and front-door nodes (Z).BackdoorCriterionOutput
FrontDoorCriterion. identifyZY(FrontDoorSet frontDoorNodes, List<CausalNode> outcomes, List<CausalNode> nonTreatmentEvidence, BackdoorCriterionOptions options)
BackdoorCriterionOutput
FrontDoorCriterion. identifyZY(Evidence evidence, FrontDoorSet frontDoorNodes, Distribution query, BackdoorCriterionOptions options)
Uses the 'Backdoor criterion' to identify any 'adjustment sets' between front-door nodes (Z) and outcomes (Y).
-