Uses of Class
com.bayesserver.causal.AdjustmentSet
-
Packages that use AdjustmentSet Package Description com.bayesserver.causal -
-
Uses of AdjustmentSet in com.bayesserver.causal
Methods in com.bayesserver.causal that return AdjustmentSet Modifier and Type Method Description AdjustmentSet
BackdoorValidationOptions. getAdjustmentSet()
Gets the adjustment set to be validated.AdjustmentSet
DisjunctiveCauseQueryOptions. getAdjustmentSet()
Gets the adjustment set, which must include all nodes that are causes of either treatments (X) or outcomes (Y) or both, except those with evidence set.AdjustmentSet
DisjunctiveCauseValidationOptions. getAdjustmentSet()
Gets the adjustment set to be validated.AdjustmentSet
BackdoorQueryOptions. getAdjustmentSetOverride()
Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.AdjustmentSet
FrontDoorValidationOptions. getAdjustmentSetXZ()
Gets the adjustment set for the adjustment between treatments (X) and front-door nodes (Z).AdjustmentSet
FrontDoorQueryOptions. getAdjustmentSetXZOverride()
Gets the 'adjustment set' for adjusting between treatments (X) and front-door nodes (Z).AdjustmentSet
FrontDoorValidationOptions. getAdjustmentSetZY()
Gets the adjustment set for the adjustment between front-door nodes (Z) and outcomes (Y).AdjustmentSet
FrontDoorQueryOptions. getAdjustmentSetZYOverride()
Gets the 'adjustment set' for adjusting between the front-door nodes (Z) and the outcomes (Y).Methods in com.bayesserver.causal that return types with arguments of type AdjustmentSet Modifier and Type Method Description List<AdjustmentSet>
BackdoorCriterionOutput. getSets()
Gets a list of identified 'adjustment sets'.List<AdjustmentSet>
DisjunctiveCauseCriterionOutput. getSets()
Gets an adjustment set which includes all causes of treatments (X) or causes of outcomes (Y) or causes of both.Methods in com.bayesserver.causal with parameters of type AdjustmentSet Modifier and Type Method Description void
DisjunctiveCauseQueryOptions. setAdjustmentSet(AdjustmentSet value)
Sets the adjustment set, which must include all nodes that are causes of either treatments (X) or outcomes (Y) or both, except those with evidence set.void
BackdoorQueryOptions. setAdjustmentSetOverride(AdjustmentSet value)
Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.void
FrontDoorQueryOptions. setAdjustmentSetXZOverride(AdjustmentSet value)
Sets the 'adjustment set' for adjusting between treatments (X) and front-door nodes (Z).void
FrontDoorQueryOptions. setAdjustmentSetZYOverride(AdjustmentSet value)
Sets the 'adjustment set' for adjusting between the front-door nodes (Z) and the outcomes (Y).Constructors in com.bayesserver.causal with parameters of type AdjustmentSet Constructor Description BackdoorValidationOptions(AdjustmentSet adjustmentSet)
Initializes a new instance of theBackdoorValidationOptions
class.DisjunctiveCauseQueryOptions(DisjunctiveCauseSet causesOfTreatmentsOrOutcomes, AdjustmentSet adjustmentSet)
Initializes a new instance of theDisjunctiveCauseQueryOptions
class.DisjunctiveCauseValidationOptions(AdjustmentSet adjustmentSet)
Initializes a new instance of theDisjunctiveCauseValidationOptions
class.FrontDoorValidationOptions(FrontDoorSet frontDoorNodes, AdjustmentSet adjustmentSetXZ, AdjustmentSet adjustmentSetZY)
Initializes a new instance of theFrontDoorValidationOptions
class.
-