Skip to content

Commit 813ed2c

Browse files
authored
Fix equation typo (#1015)
Signed-off-by: Hinny Tsang <[email protected]>
1 parent 55ea698 commit 813ed2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/spec/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Finally, some times we might not only be interested in the effect but also in th
4747
Our package does not offer support for counterfactual prediction. However, for most of our estimators (the ones
4848
assuming a linear-in-treatment model), counterfactual prediction can be easily constructed by combining any baseline predictive model
4949
with our causal effect model, i.e. train any machine learning model :math:`b(\vec{t}, \vec{x})` to solve the regression/classification
50-
problem :math:`\E[Y | T=\vec{t}, X=\vec{x}]`, and then set :math:`\mu(vec{t}, \vec{x}) = \tau(\vec{t}, T, \vec{x}) + b(T, \vec{x})`,
50+
problem :math:`\E[Y | T=\vec{t}, X=\vec{x}]`, and then set :math:`\mu(\vec{t}, \vec{x}) = \tau(\vec{t}, T, \vec{x}) + b(T, \vec{x})`,
5151
where :math:`T` is either the observed treatment for that sample under the observational policy or the treatment
5252
that the observational policy would have assigned to that sample. These auxiliary ML models can be trained
5353
with any machine learning package outside of EconML.

0 commit comments

Comments
 (0)