Skip to content

Commit

Permalink
correct latex
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Jun 30, 2023
1 parent 690ffef commit 5262410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymc_bart/bart.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ class BART(Distribution):
Notes
-----
The parameters ``alpha`` and ``beta`` parametrize the probability that a node at depth :math:`d \: (= 0, 1, 2,...)`
is non-terminal, given by :math:`\alpha(1 + d)^{-\beta}`.
The default values are :math:`\alpha = 0.95` and :math:`\beta = 2`.
is non-terminal, given by :math:`\\alpha(1 + d)^{-\\beta}`.
The default values are :math:`\\alpha = 0.95` and :math:`\\beta = 2`.
"""

def __new__(
Expand Down

0 comments on commit 5262410

Please sign in to comment.