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
An convenience function is available to visualize distribution effects. This method can be used for other distribution parameters including Probability Treatment Effect (PTE) and Quantile Treatment Effect (QTE).
68
+
A convenience function is available to visualize distribution effects. This method can be used for other distribution parameters including Probability Treatment Effect (PTE) and Quantile Treatment Effect (QTE).
69
69
70
70
.. code-block:: python
71
71
@@ -101,7 +101,7 @@ DTE can be computed and visualized in the following code.
101
101
:width:450px
102
102
:align:center
103
103
104
-
Confidence bands can be computed in different ways. In the following code, we used moment method to calculate the confidence bands.
104
+
Confidence bands can be computed in different ways. In the following code, we use moment method to calculate the confidence band.
105
105
106
106
.. code-block:: python
107
107
@@ -114,7 +114,7 @@ Confidence bands can be computed in different ways. In the following code, we us
114
114
:width:450px
115
115
:align:center
116
116
117
-
Also, uniform confidence band is used when "uniform" is specified for the "variance_type" argument.
117
+
Also, an uniform confidence band is used when "uniform" is specified for the "variance_type" argument.
118
118
119
119
.. code-block:: python
120
120
@@ -141,7 +141,7 @@ To compute PTE, we can use "predict_pte" method.
141
141
:width:450px
142
142
:align:center
143
143
144
-
To compute QTE, we can use "predict_qte" method. The confidence band is computed by bootstrap method.
144
+
To compute QTE, we use "predict_qte" method. The confidence band is computed by bootstrap method.
0 commit comments