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 FrontDoorSet
FrontDoorValidationOptions. getFrontDoorNodes()
Gets the front-door nodes to use during validation.FrontDoorSet
FrontDoorQueryOptions. 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 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).void
FrontDoorQueryOptions. 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 theFrontDoorValidationOptions
class.
-