Uses of Class
com.bayesserver.causal.CausalInferenceBase
-
Packages that use CausalInferenceBase Package Description com.bayesserver.causal -
-
Uses of CausalInferenceBase in com.bayesserver.causal
Subclasses of CausalInferenceBase in com.bayesserver.causal Modifier and Type Class Description class
BackdoorInference
Estimates the causal effect, using the 'Backdoor Adjustment' formula to avoid confounding bias.class
DisjunctiveCauseInference
Estimates the causal effect, using the 'Disjunctive Cause Criterion' adjustment formula to avoid confounding bias.class
FrontDoorInference
Estimates the causal effect, using the 'Front-door Adjustment' formula to avoid confounding bias.
-