Uses of Interface
com.bayesserver.causal.Validation
-
Packages that use Validation Package Description com.bayesserver.causal -
-
Uses of Validation in com.bayesserver.causal
Classes in com.bayesserver.causal that implement Validation Modifier and Type Class Description class
BackdoorCriterion
Uses the 'Backdoor Criterion' to identify 'adjustment sets', that if found can be used to estimate the causal effect using theBackdoorInference
.class
DisjunctiveCauseCriterion
Validates inputs for the Disjunctive cause adjustment.class
FrontDoorCriterion
Uses the 'Front-door Criterion' to identify any sets of valid front-door nodes, that if found can be used to estimate the causal effect using theFrontDoorInference
.
-