Uses of Class
com.bayesserver.causal.BackdoorGraphOptions
-
Packages that use BackdoorGraphOptions Package Description com.bayesserver.causal -
-
Uses of BackdoorGraphOptions in com.bayesserver.causal
Methods in com.bayesserver.causal with parameters of type BackdoorGraphOptions Modifier and Type Method Description static void
BackdoorGraph. convert(Network network, Evidence evidence, Distribution query, BackdoorGraphOptions options)
Constructs the Backdoor graph or the proper Backdoor graph from a Bayesian network, one of more treatments (X) and one or more outcomes (Y).static void
BackdoorGraph. convert(Network network, List<CausalNode> treatments, List<CausalNode> outcomes, BackdoorGraphOptions options)
Constructs the Backdoor graph or the proper Backdoor graph from a Bayesian network, one of more treatments (X) and one or more outcomes (Y).
-