Skip to content

Commit

Permalink
Fixing docstring... again
Browse files Browse the repository at this point in the history
  • Loading branch information
larryshamalama committed Jan 18, 2022
1 parent 32e1be5 commit 7885768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/distributions/multivariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7885768

Please sign in to comment.