Enum CausalEffectKind
The type of causal effect to identify or estimate.
Namespace: BayesServer.Inference
Assembly: BayesServer.Inference.dll
Syntax
public enum CausalEffectKind
Fields
Name | Description |
---|---|
Direct | The direct causal effect, which only includes the effect of direct links between treatments (X) and outcomes (Y). |
Total | The total causal effect, which includes effects on non-direct causal paths between treatments (X) and outcomes (Y). |