Skip to content

Commit

Permalink
improve docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Jun 30, 2023
1 parent 5855bf3 commit 690ffef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymc_bart/bart.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +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 690ffef

Please sign in to comment.