From 78857685c7eff53426cd54e36b749dadca9440d2 Mon Sep 17 00:00:00 2001 From: Larry Dong Date: Tue, 18 Jan 2022 11:49:28 -0500 Subject: [PATCH] Fixing docstring... again --- pymc/distributions/multivariate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc/distributions/multivariate.py b/pymc/distributions/multivariate.py index cc4fa17922b..1cb753eba45 100644 --- a/pymc/distributions/multivariate.py +++ b/pymc/distributions/multivariate.py @@ -2242,7 +2242,7 @@ class StickBreakingWeights(Continuous): Likelihood of truncated stick-breaking weights. The weights are generated from a stick-breaking proceduce where :math:`x_k = v_k \prod_{\ell < k} (1 - v_\ell)` for :math:`k \in \{1, \ldots, K\}` and :math:`x_K = \prod_{\ell = 1}^{K} (1 - v_\ell) = 1 - \sum_{\ell=1}^K x_\ell` - with `v_k \stackrel{\text{i.i.d.}}{\sim} \text{Beta}(1, \alpha)`. + with :math:`v_k \stackrel{\text{i.i.d.}}{\sim} \text{Beta}(1, \alpha)`. .. math: