Skip to content

Commit 14c6dfb

Browse files
Update doc/theoretical_description_regression.rst
Co-authored-by: Thibault Cordier <[email protected]>
1 parent ef282f6 commit 14c6dfb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/theoretical_description_regression.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,14 @@ coverage value.
255255

256256
Notations and Definitions
257257
-------------------------
258+
- :math:`\mathcal{I}_1` is the set of indices of the data in the training set.
259+
- :math:`\mathcal{I}_2` is the set of indices of the data in the calibration set.
260+
- :math:`\hat{q}_{\alpha_{\text{low}}}`: Lower quantile model trained on :math:`{(X_i, Y_i) : i \in \mathcal{I}_1}`.
261+
- :math:`\hat{q}_{\alpha_{\text{high}}}`: Upper quantile model trained on :math:`{(X_i, Y_i) : i \in \mathcal{I}_1}`.
258262
- :math:`E_i`: Residuals for the i-th sample in the calibration set.
259263
- :math:`E_{\text{low}}`: Residuals from the lower quantile model.
260264
- :math:`E_{\text{high}}`: Residuals from the upper quantile model.
261-
- :math:`Q_{1-\alpha}(E, \mathcal{I}_2)`: The :math:`(1-\alpha)(1+1/|\mathcal{I}_2|)`-th empirical quantile of the set :math:`{E_i : i \in \mathcal{I}_2}`, where :math:`\mathcal{I}_2` is the set of indices of the residuals in the calibration set.
265+
- :math:`Q_{1-\alpha}(E, \mathcal{I}_2)`: The :math:`(1-\alpha)(1+1/|\mathcal{I}_2|)`-th empirical quantile of the set :math:`{E_i : i \in \mathcal{I}_2}`.
262266

263267
Mathematical Formulation
264268
------------------------

0 commit comments

Comments
 (0)