@@ -177,19 +177,19 @@ a causal query, such as a:
177177 multiple studies or populations be combined to draw conclusions about a
178178 target group of interest?_
179179
180- We present the $Y_0$ Python package, which addresses a gap in the current
181- software ecosystem by implementing causal identification algorithms that apply
182- interventional, counterfactual, and transportability queries to data from
183- (randomized) controlled trials, observational studies, or mixtures thereof.
184- $Y_0$ focuses on the qualitative investigation of causation, helping researchers
185- determine _ whether _ a causal relationship can be estimated from available data
186- before attempting to estimate _ how strong _ that relationship is. $Y_0$ provides
187- a domain-specific language for expressing causal queries, tools for representing
188- graphical causal models that represent prior knowledge about either single or
189- multiple populations, and implementations of numerous identification algorithms
190- from the recent causal inference literature.
191-
192- # State of the Field
180+ We present the $Y_0$ Python package, which implements causal identification
181+ algorithms that apply interventional, counterfactual, and transportability
182+ queries to data from (randomized) controlled trials, observational studies, or
183+ mixtures thereof. $Y_0$ focuses on the qualitative investigation of causation,
184+ helping researchers determine _ whether _ a causal relationship can be estimated
185+ from available data before attempting to estimate _ how strong _ that relationship
186+ is. $Y_0$ provides a domain-specific language for expressing causal queries,
187+ tools for representing and manipulating graphical causal models that represent
188+ prior knowledge about either single or multiple populations, and implementations
189+ of numerous identification algorithms from the recent causal inference
190+ literature.
191+
192+ # Statement of Need
193193
194194Several open source Python packages have implemented the simplest identification
195195algorithm (` ID ` ) from @shpitser2006id including
@@ -216,11 +216,12 @@ Finally, [CausalFusion](https://www.causalfusion.net) is a web application that
216216implements many identification and estimation algorithms, but is neither open
217217source, available for registration of new users, nor provides documentation.
218218
219- Causal inference remains an active research area where new identification
220- algorithms are regularly published (see the recent review from @JSSv099i05 ), but
221- often without a reference implementation. This motivates the development of a
222- modular framework with reusable data structures and workflows to support the
223- implementation of both previously published and future algorithms and workflows.
219+ Causal inference remains an active research area where new algorithms are
220+ regularly published (see the recent review from @JSSv099i05 ), but often without
221+ a reference implementation. We therefore implemented the $Y_0$ Python package in
222+ order to address the need for open source implementations of existing algorithms
223+ as well as to provide a modular framework that can support the implementation of
224+ future algorithms and workflows.
224225
225226# Implementation
226227
0 commit comments