Uses of Class
com.bayesserver.causal.FrontDoorSet
-
Packages that use FrontDoorSet Package Description com.bayesserver.causal -
-
Uses of FrontDoorSet in com.bayesserver.causal
Methods in com.bayesserver.causal that return FrontDoorSet Modifier and Type Method Description FrontDoorSetFrontDoorValidationOptions. getFrontDoorNodes()Gets the front-door nodes to use during validation.FrontDoorSetFrontDoorQueryOptions. getFrontDoorNodesOverride()Gets the set of front-door nodes (Z) used by the front-door adjustment.Methods in com.bayesserver.causal that return types with arguments of type FrontDoorSet Modifier and Type Method Description List<FrontDoorSet>FrontDoorCriterionOutput. getSets()Gets a list of front-door node sets.Methods in com.bayesserver.causal with parameters of type FrontDoorSet Modifier and Type Method Description BackdoorCriterionOutputFrontDoorCriterion. identifyXZ(Evidence evidence, FrontDoorSet frontDoorNodes, BackdoorCriterionOptions options)Uses the 'Backdoor criterion' to identify any 'adjustment sets' between treatments (X) and front-door nodes (Z).BackdoorCriterionOutputFrontDoorCriterion. 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).BackdoorCriterionOutputFrontDoorCriterion. identifyZY(FrontDoorSet frontDoorNodes, List<CausalNode> outcomes, List<CausalNode> nonTreatmentEvidence, BackdoorCriterionOptions options)BackdoorCriterionOutputFrontDoorCriterion. 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).voidFrontDoorQueryOptions. setFrontDoorNodesOverride(FrontDoorSet value)Sets the set of front-door nodes (Z) used by the front-door adjustment.Constructors in com.bayesserver.causal with parameters of type FrontDoorSet Constructor Description FrontDoorValidationOptions(FrontDoorSet frontDoorNodes, AdjustmentSet adjustmentSetXZ, AdjustmentSet adjustmentSetZY)Initializes a new instance of theFrontDoorValidationOptionsclass.
-