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
The estimate of the causal parameter :math:`\tilde{\theta}_{0}` is stored in the ``coef`` attribute
210
207
and the asymptotic standard error :math:`\hat{\sigma}/\sqrt{N}` in ``se``.
211
208
@@ -214,6 +211,18 @@ and the asymptotic standard error :math:`\hat{\sigma}/\sqrt{N}` in ``se``.
214
211
.. tab-item:: Python
215
212
:sync: py
216
213
214
+
In python, the confidence intervals and p-values are based on the :py:class:`doubleml.DoubleMLFramework` object.
215
+
This class provides methods such as ``confint``, ``bootstrap`` or ``p_adjust``. For different repetitions,
216
+
the computations are done separately and combined via the median (based on Chernozhukov et al., 2018).
217
+
218
+
The estimate of the asymptotic standard error :math:`\hat{\sigma}/\sqrt{N}` is then based on the median aggregated confidence intervals with crictial value :math:`1.96`, i.e.,
0 commit comments