Skip to content

Commit 6bc6756

Browse files
authored
Merge pull request #2787 from dabao12321/master
documentation additions
2 parents 0a40f36 + def7992 commit 6bc6756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ def assert_negative_support(var, label, distname, value=-1e-6):
6969

7070
def get_tau_sd(tau=None, sd=None):
7171
"""
72-
Find precision and standard deviation
72+
Find precision and standard deviation. The link between the two
73+
parameterizations is given by the inverse relationship:
7374
7475
.. math::
7576
\tau = \frac{1}{\sigma^2}

0 commit comments

Comments
 (0)