You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the nuisance elements :math:`\eta=(g, m)` are defined as
409
+
and the nuisance elements :math:`\eta=(g)` are defined as
412
410
413
411
.. math::
414
412
415
-
g_{0}(d, t, X) &= \mathbb{E}[Y|D=d, T=t, X]
416
-
417
-
m_0(X) &= P(D=1|X).
413
+
g_{0}(d, t, X) &= \mathbb{E}[Y|D=d, T=t, X].
418
414
419
415
If ``in_sample_normalization='False'``, the score is set to
420
416
@@ -432,7 +428,7 @@ If ``in_sample_normalization='False'``, the score is set to
432
428
433
429
=\; &\psi_a(W; \eta) \theta + \psi_b(W; \eta)
434
430
435
-
with :math:`\eta=(g, m, p, \lambda)`, where :math:`p_0 = \mathbb{E}[D]` and :math:`\lambda_0 = \mathbb{E}[T]` are estimated on the cross-fitting folds.
431
+
with :math:`\eta=(g, p, \lambda)`, where :math:`p_0 = \mathbb{E}[D]` and :math:`\lambda_0 = \mathbb{E}[T]` are estimated on the cross-fitting folds.
436
432
Remark that this will result in the same score, but just uses slightly different normalization.
437
433
438
434
``score='experimental'`` assumes that the treatment probability is independent of the covariates :math:`X` and
0 commit comments